aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
91 min.gdb/infrun: do not restart a stepped thread if not runningHEADmasterTankut Baris Aktemur3-2/+104
9 hoursgdb/linux-tdep: pass string by referenceSimon Marchi1-3/+3
3 daysUse bool for "warn_if_slow"Tom Tromey7-10/+10
3 daysUse enum types for remote fileio flagsTom Tromey9-103/+51
3 daysUse a newtype for remote file descriptorTom Tromey5-77/+90
3 daysAvoid minimal language when DW_LANG_HIP is used.Allyson Cauble-Chantrenne2-1/+5
3 daysUse the "O!" format more in the Python codeTom Tromey4-26/+8
3 daysgdb: Add myself to gdb/MAINTAINERSChristina Schimpe1-0/+1
3 daysCompute register name once in default_print_one_register_infoTom Tromey1-2/+3
3 daysgdb: switch sequence protocol helpers to Python limited API equivalentsMatthieu Longo2-2/+2
3 daysUse check_typedef in two spotsTom Tromey2-7/+3
4 days[gdb] Fix typo recordered -> recordedTom de Vries2-4/+5
4 days[gdb/record] Fix return value for syscall in loongarch_record_syscall_insnTom de Vries1-14/+67
5 daysgdb: limit updating the address spaces to the current targetTankut Baris Aktemur5-26/+157
5 daysgdb: convert 'debug skip' to the new(ish) debug schemeAndrew Burgess1-23/+16
5 daysgdb: more styling for skip command outputAndrew Burgess2-9/+35
5 daysgdb: option completion for the 'skip' commandAndrew Burgess3-100/+162
5 daysgdb: aliases for some skip related commandsAndrew Burgess4-1/+35
5 daysgdb: implement "info proc environ"Tankut Baris Aktemur6-3/+76
5 daysgdb: remove 'num' field from 'struct address_space'Tankut Baris Aktemur2-34/+1
6 daysSort and uniquify Ada standard exceptionsTom Tromey1-0/+2
6 daysFix Ada failure with gdb-indexTom Tromey1-0/+7
6 daysgdb/testsuite: fix test build-id-no-debug-warning.exp with -readnowJan Vrany1-2/+2
6 daysgdb/testsuite: fix test crc_mismatch.exp with -readnowJan Vrany1-2/+2
6 days[gdb/record] Fix return value for svc in aarch64_record_branch_except_sysTom de Vries1-13/+65
7 daysgdb/python: remove some unreachable Py_RETURN_NONESimon Marchi3-10/+0
7 daysReturn gdbpy_ref<> from gdbpy_registry::lookupTom Tromey4-23/+21
7 daysReturn gdbpy_ref<> from gdbarch_to_arch_objectTom Tromey7-8/+8
7 daysReturn gdbpy_ref<> from symtab_to_linetable_objectTom Tromey3-4/+4
7 daysReturn gdbpy_ref<> from frame_info_to_frame_objectTom Tromey4-20/+14
7 daysReturn gdbpy_ref<> from type_to_type_objectTom Tromey8-32/+31
7 daysReturn gdbpy_ref<> from value_to_value_objectTom Tromey13-66/+64
7 daysReturn gdbpy_ref<> from block_to_block_objectTom Tromey6-20/+18
7 daysReturn gdbpy_ref<> from symtab_to_symtab_objectTom Tromey3-6/+6
7 daysReturn gdbpy_ref<> from symbol_to_symbol_objectTom Tromey8-39/+32
7 daysReturn gdbpy_ref<> from symtab_and_line_to_sal_objectTom Tromey7-22/+12
7 daysgdb, testsuite: remove unused parameter from connect_target_extended_remoteTankut Baris Aktemur1-2/+2
8 daysgdb/testsuite: fix startup-hints.exp when running with -readnowJan Vrany1-0/+4
8 days[gdb/testsuite] Simplify gdb.ada/mi_ex_cond.expTom de Vries1-10/+9
9 days[gdb/testsuite] Fix gdb.base/infcall-nested-structs.c regressionTom de Vries1-1/+3
9 daysgcore: Query auxv for AT_PAGESZ in gcore_copy_callbackKevin Buettner1-2/+7
9 daysDocument that index-cache requires build IDLluĂ­s Batlle i Rossell2-1/+7
10 daysgdb/testsuite: fix race condition in gdb.replay/missing-thread.cSimon Marchi1-6/+12
10 daysgdb/dwarf: remove stale comment on dwarf2_per_bfd::allocate_* methodsSimon Marchi1-4/+2
10 daysgdb/dwarf: remove stale comment about abbrev tableSimon Marchi1-4/+0
10 daysgdb/testsuite: fix gdb.base/maint.exp odd test nameSimon Marchi1-3/+1
10 daysgdb/solib-frv: remove manual memory managementSimon Marchi1-59/+52
10 days[gdb] Handle pagination prompt during posted eventTom de Vries5-11/+76
11 daysgdb/testsuite: update C++ tests for volatile changes in C++20Andrew Burgess4-6/+4
11 daysAdd "save history" commandTom Tromey4-0/+69