mirror of https://github.com/PCSX2/pcsx2.git
Debugger: Generate a name map for label symbols
This commit is contained in:
parent
7584a6bb29
commit
a507964f33
|
@ -435,7 +435,7 @@ class Label : public Symbol {
|
||||||
public:
|
public:
|
||||||
static constexpr const SymbolDescriptor DESCRIPTOR = LABEL;
|
static constexpr const SymbolDescriptor DESCRIPTOR = LABEL;
|
||||||
static constexpr const char* NAME = "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; }
|
LabelHandle handle() const { return m_handle; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue