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 authored and F0bes committed Nov 16, 2024
1 parent 7584a6b commit a507964
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 a507964

Please sign in to comment.