aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-02-10GDB: Introduce limited array lengths while printing valuesAndrew Burgess15-24/+1149
2023-02-10GDB/testsuite: Add `-nonl' option to `gdb_test'Maciej W. Rozycki1-1/+5
2023-02-10GDB: Only make data actually retrieved into value history availableMaciej W. Rozycki4-1/+133
2023-02-10GDB: Fix the mess with value byte/bit range typesMaciej W. Rozycki2-21/+30
2023-02-10GDB: Ignore `max-value-size' setting with value history accessesMaciej W. Rozycki4-14/+61
2023-02-10GDB: Switch to using C++ standard integer type limitsMaciej W. Rozycki2-33/+1
2023-02-10Ensure all DAP requests are keyword-onlyTom Tromey2-5/+5
2023-02-10gdb/testsuite: fix gdb.gdb/selftest.exp for native-extended-gdbserverSimon Marchi1-4/+11
2023-02-10Use std::string in main_infoTom Tromey1-15/+7
2023-02-10[gdb/testsuite] Fix linespec ambiguity in gdb.base/longjmp.expTom de Vries1-5/+8
2023-02-10[gdb/cli] Add maint info frame-unwindersTom de Vries5-2/+46
2023-02-09Fix comment in gdb.rust/fnfield.expTom Tromey1-1/+1
2023-02-09Trivially simplify rust_language::print_enumTom Tromey1-1/+1
2023-02-09[aarch64] Avoid initializers for VLAsRoland McGrath1-2/+7
2023-02-09gdb, testsuite: Remove unnecessary call of "set print pretty on"Christina Schimpe2-6/+0
2023-02-09Increase size of main_type::nfieldsTom Tromey4-8/+75
2023-02-09Remove mention of cooked_index_vectorTom Tromey1-1/+1
2023-02-09Let user C-c when waiting for DWARF index finalizationTom Tromey2-6/+21
2023-02-08gdb: give sentinel for user frames distinct IDs, register sentinel frames to ...Simon Marchi4-18/+70
2023-02-08gdb: call frame unwinders' dealloc_cache methods through destroying the frame...Simon Marchi1-15/+24
2023-02-08Remove block.h includes from some tdep filesTom Tromey5-5/+0
2023-02-08Don't include block.h from expop.hTom Tromey2-6/+8
2023-02-08Simplify interp::exec / interp_exec - let exceptions propagatePedro Alves7-64/+30
2023-02-08Avoid FAILs in gdb.compileTom Tromey2-8/+55
2023-02-08Don't let .gdb_history file cause failuresTom Tromey1-0/+4
2023-02-08Merge fixup_section and fixup_symbol_sectionTom Tromey2-70/+45
2023-02-08Remove most calls to fixup_symbol_sectionTom Tromey5-36/+10
2023-02-08Set section index when setting a symbol's blockTom Tromey1-0/+1
2023-02-08Remove compunit_symtab::m_block_line_sectionTom Tromey6-29/+6
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