Lines Matching refs:GDB
35 <amdgpu-dwarf-LLVM>`] for compilation and GDB for debugging [:ref:`GDB
36 <amdgpu-dwarf-GDB>`].
40 source ROCgdb [:ref:`AMD-ROCgdb <amdgpu-dwarf-AMD-ROCgdb>`] GDB based debugger
67 active prototyping within the GDB debugger and LLVM compiler. Input has also
137 and non-GPU code. Examining the GDB debugger and LLVM compiler, it appears only
142 GDB has been modified to evaluate DWARF Version 5 expressions with location
143 descriptions as stack entries and with implicit conversions. All GDB tests have
145 rules. The code in GDB actually became simpler as all evaluation is done on a
727 that GDB throws an exception when these evaluation errors occur.
998 It is unclear if ``DW_ATE_address`` is an integral type. GDB does not seem to
1215 description is requested. However, GDB appears to report this as an error
1216 and no GDB tests appear to cause an empty stack for this case.
1388 GDB only interprets DR as an offset in the ``.debug_info`` section that
1450 GDB implements ``DW_OP_call*`` by always executing E on the same stack.
1482 Such a change would be a breaking change for how GDB implements
1484 practice? GDB could implement the current approach for DWARF Version 5,
1696 GDB has a per register hook that allows a target specific conversion on a
1703 If T is a larger type than the register size, then the default GDB
1734 GDB does. This allows the generic type size to not be an integral byte
1785 remaining bits could be any number. This matches the GDB implementation
1792 address size of the address space. This matches the GDB implementation for
1913 GDB only implements ``DW_OP_entry_value`` when E is exactly
2131 For example, GDB checks if V is an integral type. If it is not it gives an
2132 error. Otherwise, GDB zero-extends V to 64 bits. If the GDB target defines a
2135 Finally, GDB treats the 64-bit value V as a memory location address.
3970 GDB has a per register hook that allows a target specific conversion on a
3973 for the last register) for smaller registers. There are no GDB tests that
4782 .. _amdgpu-dwarf-GDB:
4784 10. [GDB] `GDB: The GNU Project Debugger <https://www.gnu.org/software/gdb/>`__