aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-02-08Do not pass section index to end_compunit_symtabTom Tromey10-46/+32
2023-02-08Set section indices when symbols are madeTom Tromey4-11/+43
2023-02-08Use default section indexes in fixup_symbol_sectionTom Tromey2-8/+17
2023-02-08Simplify checks of cooked_indexTom Tromey1-12/+14
2023-02-08[gdb/testsuite] Use maint ignore-probes in gdb.base/longjmp.expTom de Vries1-138/+157
2023-02-08[gdb/testsuite] Use maint ignore-probes in gdb.base/solib-corrupted.expTom de Vries1-12/+14
2023-02-07gdb: fix display of thread condition for multi-location breakpointsAndrew Burgess5-22/+136
2023-02-07[gdb/testsuite] Improve untested message in gdb.ada/finish-var-size.expTom de Vries1-4/+1
2023-02-06gdb: adjust comment on target_desc_info::from_user_pSimon Marchi1-1/+1
2023-02-06gdb/doc: extend the documentation for the 'handle' commandAndrew Burgess1-7/+8
2023-02-06[gdb/testsuite] Fix gdb.threads/schedlock.exp on fast cpuTom de Vries1-4/+7
2023-02-06gdb: error if 'thread' or 'task' keywords are overusedAndrew Burgess6-2/+42
2023-02-04gdb/testsuite: don't try to set non-stop mode on a running targetAndrew Burgess1-71/+67
2023-02-03gdb: make target_desc_info_from_user_p a method of target_desc_infoSimon Marchi4-17/+6
2023-02-03gdb: remove copy_inferior_target_desc_infoSimon Marchi4-21/+3
2023-02-03gdb: remove get_tdesc_infoSimon Marchi1-18/+10
2023-02-03gdb: change inferior::tdesc_info to non-pointerSimon Marchi4-23/+4
2023-02-03gdb: move target_desc_info to inferior.hSimon Marchi2-26/+23
2023-02-03gdb: use assignment to initialize variable in tdesc_parse_xmlSimon Marchi1-1/+1
2023-02-02gdb: initial support for ROCm platform (AMDGPU) debuggingSimon Marchi18-138/+5155
2023-02-02gdb: make gdb_printing_disassembler::stream publicSimon Marchi1-2/+2
2023-02-02gdb/solib-svr4: don't disable probes interface if probe not foundSimon Marchi1-5/+10
2023-02-02gdb: add gdbarch_upSimon Marchi1-0/+8
2023-02-02gdb: add inferior_pre_detach observableSimon Marchi3-0/+6
2023-02-02gdb: make install_breakpoint return a non-owning referencePedro Alves2-4/+8
2023-02-02gdb: add supports_arch_info callback to gdbarch_registerLancelot SIX2-3/+10
2023-02-02gdb: remove gdb_indent.shEnze Li1-92/+0
2023-02-01gdb/testsuite: fix fetch_src_and_symbols.exp with native-gdbserver boardAndrew Burgess1-9/+20
2023-02-01gdb: defer warnings when loading separate debug filesAlexandra Hájková12-42/+419
2023-01-31gdb/dwarf: rename cooked_index_vector to cooked_indexSimon Marchi5-38/+35
2023-01-31gdb/dwarf: rename cooked_index to cooked_index_shardSimon Marchi3-24/+24
2023-01-31gdb: add nullptr check to cooked_index_functions::dumpSimon Marchi1-4/+5
2023-01-31gdb/testsuite: adjust ensure_gdb_index to cooked_index_functions::dump changesSimon Marchi1-1/+1
2023-01-31gdb/testsuite: fix xfail in gdb.ada/ptype_tagged_param.expSimon Marchi1-1/+1
2023-01-30Remove value_next declarationTom Tromey1-7/+0
2023-01-30gdb: fix dwarf2/cooked-index.c compilation on 32-bit systemsSimon Marchi1-1/+1
2023-01-30gdb: Replace memcpy with std::copy to avoid some g++ warnings on sparcMark Wielaard1-1/+1
2023-01-30gdb/dwarf: dump cooked index contents in cooked_index_functions::dumpSimon Marchi3-1/+109
2023-01-30enum_flags to_stringPedro Alves1-6/+63
2023-01-30Fix comparator bug in cooked indexTom Tromey2-85/+132
2023-01-30Clean up lnp_state_machine constructorTom Tromey1-20/+13
2023-01-30Make addrmap const-correct in cooked indexTom Tromey3-9/+11
2023-01-30gdb: provide const-correct versions of addrmap::find and addrmap::foreachSimon Marchi5-21/+40
2023-01-30Use xfail in ptype_tagged_param.expTom Tromey1-1/+1
2023-01-30gdb: Remove workaround for the vCont packetChristina Schimpe1-19/+4
2023-01-30gdb: Add per-remote target variables for memory read and write configChristina Schimpe4-65/+169
2023-01-30gdb: Make global feature array a per-remote target arrayChristina Schimpe21-725/+868
2023-01-27More const-correctness in cooked indexerTom Tromey2-12/+13
2023-01-27[gdb/testsuite] Simplify gdb.base/unwind-on-each-insn.exp.tclTom de Vries4-34/+14
2023-01-27Invert test in gdb.ada/ptype_tagged_param.expTom Tromey1-1/+1