search for: dw_op_form_tls_address

Displaying 10 results from an estimated 10 matches for "dw_op_form_tls_address".

2015 Apr 15
2
[LLVMdev] About the "debugger target"
.... Various bits of the DWARF 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:...
2015 May 01
4
[LLVMdev] [lldb-dev] What does "debugger tuning" mean?
...decision. > > (example: DW_AT_APPLE_* attributes) > > o If some debugger can't tolerate some piece of standard DWARF, that's > > a missing feature or a bug in the debugger. Accommodating that in > > the compiler is a debugger tuning decision. > > (example: DW_OP_form_tls_address not understood by GDB) > > o If some debugger has no use for some piece of standard DWARF, and > > it saves space to omit it, that's a debugger tuning decision. > > (example: .debug_pubnames/.debug_pubtypes sections) > > o If a debugger wants things a certain way regar...
2015 May 01
6
[LLVMdev] What does "debugger tuning" mean?
...tuning decision, but might be a target-based decision. (example: DW_AT_APPLE_* attributes) o If some debugger can't tolerate some piece of standard DWARF, that's a missing feature or a bug in the debugger. Accommodating that in the compiler is a debugger tuning decision. (example: DW_OP_form_tls_address not understood by GDB) o If some debugger has no use for some piece of standard DWARF, and it saves space to omit it, that's a debugger tuning decision. (example: .debug_pubnames/.debug_pubtypes sections) o If a debugger wants things a certain way regardless of the target, that's prob...
2015 May 05
2
[LLVMdev] [lldb-dev] What does "debugger tuning" mean?
...mple: DW_AT_APPLE_* attributes) >>>> o If some debugger can't tolerate some piece of standard DWARF, that's >>>> a missing feature or a bug in the debugger. Accommodating that in >>>> the compiler is a debugger tuning decision. >>>> (example: DW_OP_form_tls_address not understood by GDB) >>>> o If some debugger has no use for some piece of standard DWARF, and >>>> it saves space to omit it, that's a debugger tuning decision. >>>> (example: .debug_pubnames/.debug_pubtypes sections) >>>> o If a debugger wants...
2015 May 06
2
[LLVMdev] [cfe-dev] [lldb-dev] What does "debugger tuning" mean?
...attributes) > >>>> o If some debugger can't tolerate some piece of standard DWARF, that's > >>>> a missing feature or a bug in the debugger. Accommodating that in > >>>> the compiler is a debugger tuning decision. > >>>> (example: DW_OP_form_tls_address not understood by GDB) > >>>> o If some debugger has no use for some piece of standard DWARF, and > >>>> it saves space to omit it, that's a debugger tuning decision. > >>>> (example: .debug_pubnames/.debug_pubtypes sections) > >>>> o...
2015 May 06
2
[LLVMdev] [cfe-dev] [lldb-dev] What does "debugger tuning" mean?
...mple: DW_AT_APPLE_* attributes) >>>> o If some debugger can't tolerate some piece of standard DWARF, that's >>>> a missing feature or a bug in the debugger. Accommodating that in >>>> the compiler is a debugger tuning decision. >>>> (example: DW_OP_form_tls_address not understood by GDB) >>>> o If some debugger has no use for some piece of standard DWARF, and >>>> it saves space to omit it, that's a debugger tuning decision. >>>> (example: .debug_pubnames/.debug_pubtypes sections) >>>> o If a debugger wants...
2015 May 01
2
[LLVMdev] [cfe-dev] What does "debugger tuning" mean?
...tuning decision, but might be a target-based decision. (example: DW_AT_APPLE_* attributes) o If some debugger can't tolerate some piece of standard DWARF, that's a missing feature or a bug in the debugger. Accommodating that in the compiler is a debugger tuning decision. (example: DW_OP_form_tls_address not understood by GDB) o If some debugger has no use for some piece of standard DWARF, and it saves space to omit it, that's a debugger tuning decision. (example: .debug_pubnames/.debug_pubtypes sections) o If a debugger wants things a certain way regardless of the target, that's prob...
2015 May 06
2
[LLVMdev] [lldb-dev] [cfe-dev] What does "debugger tuning" mean?
...attributes) > >>>> o If some debugger can't tolerate some piece of standard DWARF, that's > >>>> a missing feature or a bug in the debugger. Accommodating that in > >>>> the compiler is a debugger tuning decision. > >>>> (example: DW_OP_form_tls_address not understood by GDB) > >>>> o If some debugger has no use for some piece of standard DWARF, and > >>>> it saves space to omit it, that's a debugger tuning decision. > >>>> (example: .debug_pubnames/.debug_pubtypes sections) > >>>> o...
2015 May 08
3
[LLVMdev] [lldb-dev] [cfe-dev] What does "debugger tuning" mean?
...mple: DW_AT_APPLE_* attributes) >>>> o If some debugger can't tolerate some piece of standard DWARF, that's >>>> a missing feature or a bug in the debugger. Accommodating that in >>>> the compiler is a debugger tuning decision. >>>> (example: DW_OP_form_tls_address not understood by GDB) >>>> o If some debugger has no use for some piece of standard DWARF, and >>>> it saves space to omit it, that's a debugger tuning decision. >>>> (example: .debug_pubnames/.debug_pubtypes sections) >>>> o If a debugger wants...
2015 May 08
3
[LLVMdev] [lldb-dev] [cfe-dev] What does "debugger tuning" mean?
...ributes) o If some debugger can't > >>>> tolerate some piece of standard DWARF, that's a missing feature > >>>> or a bug in the debugger. Accommodating that in the compiler is > >>>> a debugger tuning decision. > >>>> (example: DW_OP_form_tls_address not understood by GDB) o If some > >>>> debugger has no use for some piece of standard DWARF, and it > >>>> saves space to omit it, that's a debugger tuning decision. > >>>> (example: .debug_pubnames/.debug_pubtypes sections) o If a > >>&...