Displaying 1 result from an estimated 1 matches for "dw_op_gnu_push_tls_address".
2015 Apr 15
2
[LLVMdev] About the "debugger target"
...RF we produce are conditional on the target
platform, or on command-line options with defaults based on the target
platform. Other bits aren't but probably ought 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 r...