summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for new DWARF overlay operationsusers/zaric/location_on_dwarf_stackZoran Zaric2022-10-266-0/+333
* Add support for DWARF location offset type that is larger than 64-bitZoran Zaric2022-10-251-466/+685
* Add DW_OP_LLVM_select_bit_piece DWARF operationZoran Zaric2021-11-056-0/+320
* Add DW_OP_LLVM_extend DWARF operationZoran Zaric2021-11-056-0/+210
* Add support for nested composite locationsZoran Zaric2021-11-055-14/+270
* Add support for DW_OP_LLVM_undefined operationZoran Zaric2021-11-055-0/+154
* Add DWARF operations for byte and bit offsetZoran Zaric2021-11-0513-82/+541
* Add support for any location description in CFIZoran Zaric2021-11-052-27/+58
* Remove DWARF expression composition checkZoran Zaric2021-11-051-8/+0
* Add frame info check to DW_OP_reg operationsZoran Zaric2021-11-051-0/+1
* Move read_addr_from_reg function to frame.cZoran Zaric2021-11-053-15/+12
* Remove dwarf_expr_context from expr.h interfaceZoran Zaric2021-11-054-202/+214
* Comments cleanup between expr.h and expr.cZoran Zaric2021-11-052-28/+69
* Remove old computed struct value callbacksZoran Zaric2021-11-052-614/+0
* Change DWARF stack to use new dwarf_entry classesZoran Zaric2021-11-055-761/+711
* Add to_gdb_value method to DWARF entry classZoran Zaric2021-11-051-0/+283
* Add new computed struct value callback interfaceZoran Zaric2021-11-051-0/+324
* Add is_optimized_out to dwarf_location classZoran Zaric2021-11-051-0/+97
* Add indirect_implicit_ptr to dwarf_location classZoran Zaric2021-11-051-0/+73
* Add is_implicit_ptr_at method to dwarf_locationZoran Zaric2021-11-051-0/+52
* Add write_to_gdb_value method to dwarf_locationZoran Zaric2021-11-051-0/+89
* Add read_from_gdb_value method to dwarf_locationZoran Zaric2021-11-051-0/+99
* Add deref method to location description classesZoran Zaric2021-11-051-0/+123
* Add write method to location description classesZoran Zaric2021-11-051-0/+211
* Add read method to location description classesZoran Zaric2021-11-051-21/+284
* Add to_value method to dwarf_location classZoran Zaric2021-11-051-0/+29
* Add to_location method to dwarf_value classZoran Zaric2021-11-052-0/+43
* Add new classes that model DWARF stack elementZoran Zaric2021-11-053-1/+244
* Add new memory access interface to expr.cZoran Zaric2021-11-051-44/+146
* Add new register access interface to expr.cZoran Zaric2021-11-051-22/+105
* PR28530, Hang in objdump on machine with 196GB RAMAlan Modra2021-11-051-0/+15
* asan: alpha-vms: objdump buffer overflowsAlan Modra2021-11-051-175/+344
* Automatic date update in version.inGDB Administrator2021-11-051-1/+1
* gdb: introduce "set index-cache enabled", deprecate "set index-cache on/off"Simon Marchi2021-11-045-27/+71
* gdb: pass/return setting setter/getter scalar values by valueSimon Marchi2021-11-043-61/+81
* gdb: remove command_class enum class_deprecatedSimon Marchi2021-11-042-6/+1
* gdb: remove unnecessary cmd_list_element::aliases nullptr checksSimon Marchi2021-11-041-17/+11
* gdbserver: re-generate configureSimon Marchi2021-11-042-0/+49
* Revert "bfd: Always check sections with the corrupt size"H.J. Lu2021-11-041-27/+23
* bfd: Always check sections with the corrupt sizeH.J. Lu2021-11-041-23/+27
* RISC-V: Clarify the behavior of .option rvc or norvc.Nelson Chu2021-11-043-21/+86
* sim: mips: fix missing prototype in multi-run generationMike Frysinger2021-11-032-0/+4
* PR28540, segmentation fault on NULL byte_getAlan Modra2021-11-041-1/+1
* Automatic date update in version.inGDB Administrator2021-11-041-1/+1
* sim: ppc: inline common sim-fpu.c logicMike Frysinger2021-11-033-33/+2
* sim: ppc: switch to common builds for callback objectsMike Frysinger2021-11-033-37/+6
* gdb: fix gnu-nat buildSimon Marchi2021-11-031-3/+3
* gdb/testsuite: set ASAN_OPTIONS=detect_leaks=0 while running testsSimon Marchi2021-11-031-0/+7
* Use section name in warnings in display_debug_locTom Tromey2021-11-032-8/+16
* [AArch64] Make gdbserver register set selection dynamicLuis Machado2021-11-032-85/+110