aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2022-12-01gdb: disable commit resumed in target_killSimon Marchi3-0/+164
2022-12-01gdbserver: switch to right process in find_one_threadSimon Marchi2-0/+99
2022-12-01gdb: fix assert when quitting GDB while a thread is steppingAndrew Burgess2-0/+57
2022-12-01gdb/testsuite: refactor gdb.threads/detach-step-over.expAndrew Burgess1-100/+138
2022-12-01gdb/testsuite: remove global declarations in gdb.threads/detach-step-over.expSimon Marchi1-23/+17
2022-12-01gdb: testsuite: add new gdb_attach to check "attach" commandTiezhu Yang1-0/+26
2022-07-11Fix core-file -> detach -> crash (corefiles/29275)Pedro Alves2-6/+33
2022-05-01Bump GDB's version number to 12.1.90.DATE-git.Joel Brobecker2-2/+2
2022-05-01Set GDB version number to 12.1.gdb-12.1-releaseJoel Brobecker1-1/+1
2022-04-24gdb: move setbuf calls out of gdb_readline_no_editing_callbackAndrew Burgess2-13/+39
2022-04-21gdb: fix 'remote show FOO-packet' aliasesAndrew Burgess2-4/+11
2022-04-15[gdb/testsuite] Fix gdb.ada/float-bits.exp with -m32Tom de Vries1-5/+22
2022-04-15[gdb/testsuite] Fix gdb.go/methods.exp with check-readmoreTom de Vries1-1/+1
2022-04-14gdb/testsuite: Fix race in gdb.dwarf2/calling-convention.expLancelot SIX1-2/+2
2022-04-14Silence -Wmaybe-uninitialized warning from target_waitstatusTom Tromey1-1/+1
2022-04-14Fix regression on Windows with WOW64Tom Tromey1-1/+5
2022-04-14[gdb/testsuite] Fix gdb.base/annota1.exp with pieTom de Vries1-0/+2
2022-04-14[gdb/testsuite] Make gdb.base/annota1.exp more robustTom de Vries1-24/+47
2022-04-14[gdb/testsuite] Fix gdb.base/stap-probe.exp with read1Tom de Vries1-2/+2
2022-04-14[gdb/testsuite] Detect 'No MPX support'Tom de Vries1-0/+23
2022-04-13[gdb/testsuite] Fix gdb.dwarf2/dw2-lines.exp for m32 pieTom de Vries1-1/+1
2022-04-13gdb/testsuite: use nopie in gdb.dwarf2/dw2-inline-param.expSimon Marchi1-3/+5
2022-04-12Fix bug in Ada number lexingTom Tromey2-2/+5
2022-04-12Remove "Ada Settings" node from the manualTom Tromey1-32/+0
2022-04-11Handle TLS variable lookups when using separate debug files.John Baldwin2-5/+5
2022-04-06gdb: don't copy entirely optimized out values in value_copySimon Marchi2-5/+25
2022-04-05gdb/testsuite: fix intermittent failures in gdb.mi/mi-cmd-user-context.expSimon Marchi2-5/+78
2022-04-04[gdb/testsuite] Fix KPASS in gdb.ada/arrayptr.expTom de Vries1-16/+45
2022-03-31Fix procfs.c compilationRainer Orth1-0/+1
2022-03-29gdb/mi: fix use after free of frame_info causing spurious notificationsAndrew Burgess1-10/+34
2022-03-28Add Rust parser check for end of expressionTom Tromey2-1/+7
2022-03-20Bump GDB's version number to 12.0.90.DATE-git.Joel Brobecker1-1/+1
2022-03-20Set GDB version number to 12.0.90.Joel Brobecker1-1/+1
2022-03-20Update gdb/NEWS to say "in GDB 12" instead of "since GDB 11"Joel Brobecker1-1/+1
2022-03-20Bump version to 12.0.90.DATE-git.Joel Brobecker1-1/+1
2022-03-18gdb/python: remove gdb._mi_commands dictSimon Marchi7-208/+105
2022-03-18Fix crash with stepi, no debug info, and "set debug infrun 1"Pedro Alves1-1/+2
2022-03-18Implement gdbarch_stack_frame_destroyed_p for aarch64Tom Tromey1-0/+22
2022-03-18gdb: run black to format some Python filesSimon Marchi2-2/+4
2022-03-17Remove fall throughs in core_target::xfer_partial.John Baldwin1-2/+2
2022-03-17gdb: Remove support for S+corePedro Alves5-1586/+5
2022-03-17Add another test for Ada Wide_Wide_StringTom Tromey4-1/+17
2022-03-16gdb: work around prompt corruption caused by bracketed-paste-modeAndrew Burgess3-1/+116
2022-03-16Reimplement array concatenation for Ada and DTom Tromey7-134/+131
2022-03-16Remove eval_op_concatTom Tromey3-18/+2
2022-03-16Ada support for wide stringsTom Tromey3-6/+63
2022-03-16Remove eval_op_stringTom Tromey2-15/+11
2022-03-16Powerpc fix for gdb.base/ending-run.expCarl Love1-0/+16
2022-03-16gdb/mi: consistently notify user when GDB/MI client uses -thread-selectJan Vrany8-69/+106
2022-03-16Make gdb.fortran/{array-slices,lbound-ubound} work against gdbserverPedro Alves3-15/+45