Displaying 1 result from an estimated 1 matches for "_debugger_".
2015 Apr 15
2
[LLVMdev] About the "debugger target"
...to be. Some of these
are little things:
- various Apple-defined attributes (DW_AT_APPLE_*)
- TLS opcode (DW_OP_form_tls_address v. DW_OP_GNU_push_tls_address)
Some are bigger things:
- accelerator tables
- pubnames/pubtypes
Really these aren't so much _platform_ specific things as they are
_debugger_ specific things. For example:
- accelerator tables: default on for Darwin, but really on for LLDB.
- pubnames/pubtypes: off for Darwin and PS4, but really on for GDB.
We're co-opting platform as a proxy for the debugger. Sometimes they
are closely tied, but in other cases maybe not so much....