Skip to content

Commit

Permalink
Debugger: Generate a name map for label symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoticgd committed Nov 15, 2024
1 parent fe85d0b commit 61976b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/ccc/src/ccc/symbol_database.h
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ class Label : public Symbol {
public:
static constexpr const SymbolDescriptor DESCRIPTOR = LABEL;
static constexpr const char* NAME = "Label";
static constexpr u32 FLAGS = WITH_ADDRESS_MAP;
static constexpr u32 FLAGS = WITH_ADDRESS_MAP | WITH_NAME_MAP;

LabelHandle handle() const { return m_handle; }

Expand Down

0 comments on commit 61976b4

Please # to comment.