summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* gdb: give sentinel for user frames distinct IDs, register sentinel frames to ...Simon Marchi2023-02-084-18/+70
* gdb: call frame unwinders' dealloc_cache methods through destroying the frame...Simon Marchi2023-02-081-15/+24
* Remove block.h includes from some tdep filesTom Tromey2023-02-085-5/+0
* Don't include block.h from expop.hTom Tromey2023-02-082-6/+8
* Simplify interp::exec / interp_exec - let exceptions propagatePedro Alves2023-02-087-64/+30
* Avoid FAILs in gdb.compileTom Tromey2023-02-082-8/+55
* Don't let .gdb_history file cause failuresTom Tromey2023-02-081-0/+4
* Merge fixup_section and fixup_symbol_sectionTom Tromey2023-02-082-70/+45
* Remove most calls to fixup_symbol_sectionTom Tromey2023-02-085-36/+10
* Set section index when setting a symbol's blockTom Tromey2023-02-081-0/+1
* Remove compunit_symtab::m_block_line_sectionTom Tromey2023-02-086-29/+6
* Do not pass section index to end_compunit_symtabTom Tromey2023-02-0810-46/+32
* Set section indices when symbols are madeTom Tromey2023-02-084-11/+43
* Use default section indexes in fixup_symbol_sectionTom Tromey2023-02-082-8/+17
* Simplify checks of cooked_indexTom Tromey2023-02-081-12/+14
* [gdb/testsuite] Use maint ignore-probes in gdb.base/longjmp.expTom de Vries2023-02-081-138/+157
* [gdb/testsuite] Use maint ignore-probes in gdb.base/solib-corrupted.expTom de Vries2023-02-081-12/+14
* gdb: fix display of thread condition for multi-location breakpointsAndrew Burgess2023-02-075-22/+136
* [gdb/testsuite] Improve untested message in gdb.ada/finish-var-size.expTom de Vries2023-02-071-4/+1
* gdb: adjust comment on target_desc_info::from_user_pSimon Marchi2023-02-061-1/+1
* gdb/doc: extend the documentation for the 'handle' commandAndrew Burgess2023-02-061-7/+8
* [gdb/testsuite] Fix gdb.threads/schedlock.exp on fast cpuTom de Vries2023-02-061-4/+7
* gdb: error if 'thread' or 'task' keywords are overusedAndrew Burgess2023-02-066-2/+42
* gdb/testsuite: don't try to set non-stop mode on a running targetAndrew Burgess2023-02-041-71/+67
* gdb: make target_desc_info_from_user_p a method of target_desc_infoSimon Marchi2023-02-034-17/+6
* gdb: remove copy_inferior_target_desc_infoSimon Marchi2023-02-034-21/+3
* gdb: remove get_tdesc_infoSimon Marchi2023-02-031-18/+10
* gdb: change inferior::tdesc_info to non-pointerSimon Marchi2023-02-034-23/+4
* gdb: move target_desc_info to inferior.hSimon Marchi2023-02-032-26/+23
* gdb: use assignment to initialize variable in tdesc_parse_xmlSimon Marchi2023-02-031-1/+1
* gdb: initial support for ROCm platform (AMDGPU) debuggingSimon Marchi2023-02-0218-138/+5155
* gdb: make gdb_printing_disassembler::stream publicSimon Marchi2023-02-021-2/+2
* gdb/solib-svr4: don't disable probes interface if probe not foundSimon Marchi2023-02-021-5/+10
* gdb: add gdbarch_upSimon Marchi2023-02-021-0/+8
* gdb: add inferior_pre_detach observableSimon Marchi2023-02-023-0/+6
* gdb: make install_breakpoint return a non-owning referencePedro Alves2023-02-022-4/+8
* gdb: add supports_arch_info callback to gdbarch_registerLancelot SIX2023-02-022-3/+10
* gdb: remove gdb_indent.shEnze Li2023-02-021-92/+0
* gdb/testsuite: fix fetch_src_and_symbols.exp with native-gdbserver boardAndrew Burgess2023-02-011-9/+20
* gdb: defer warnings when loading separate debug filesAlexandra Hájková2023-02-0112-42/+419
* gdb/dwarf: rename cooked_index_vector to cooked_indexSimon Marchi2023-01-315-38/+35
* gdb/dwarf: rename cooked_index to cooked_index_shardSimon Marchi2023-01-313-24/+24
* gdb: add nullptr check to cooked_index_functions::dumpSimon Marchi2023-01-311-4/+5
* gdb/testsuite: adjust ensure_gdb_index to cooked_index_functions::dump changesSimon Marchi2023-01-311-1/+1
* gdb/testsuite: fix xfail in gdb.ada/ptype_tagged_param.expSimon Marchi2023-01-311-1/+1
* Remove value_next declarationTom Tromey2023-01-301-7/+0
* gdb: fix dwarf2/cooked-index.c compilation on 32-bit systemsSimon Marchi2023-01-301-1/+1
* gdb: Replace memcpy with std::copy to avoid some g++ warnings on sparcMark Wielaard2023-01-301-1/+1
* gdb/dwarf: dump cooked index contents in cooked_index_functions::dumpSimon Marchi2023-01-303-1/+109
* enum_flags to_stringPedro Alves2023-01-301-6/+63