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