aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-03-07[gdb/testsuite] Fix gdb.base/signals-state-child.exp for remote-gdbserver-on-...Tom de Vries2-2/+46
2023-03-07[gdb/testsuite] Fix gdb.cp/breakpoint-shlib-func.exp with remote-gdbserver-on...Tom de Vries1-0/+2
2023-03-07Modify altivec-regs.exp testcase for AIXAditya Vidyadhar Kamath2-1/+10
2023-03-07[gdb/testsuite] Fix gdb.mi/*.exp with remote-gdbserver-on-localhostTom de Vries3-13/+36
2023-03-06gdb: fix -Wsingle-bit-bitfield-constant-conversion warning in z80-tdep.cSimon Marchi1-5/+5
2023-03-06gdb.threads/next-bp-other-thread.c: Ensure child thread is started.John Baldwin1-0/+9
2023-03-06gdb.threads/execl.c: Ensure all threads are started before execl.John Baldwin1-0/+8
2023-03-06gdb.base/catch-syscall.exp: Remove some Linux-only assumptions.John Baldwin2-4/+48
2023-03-06gdb.threads/multi-create: Double the existing stack size.John Baldwin1-2/+6
2023-03-06amd64-linux-tdep: Don't treat fs_base and gs_base as system registers.John Baldwin1-3/+1
2023-03-06gdb.arch/amd64-gs_base.exp: Support non-Linux.John Baldwin1-6/+4
2023-03-06gdb/python: Fix --disable-tui buildKévin Le Gouguec1-0/+2
2023-03-06[gdb/testsuite] Move gdb.base/gdb-caching-proc.exp to gdb.testsuiteTom de Vries1-0/+0
2023-03-06[gdb/testsuite] Allow args in gdb_caching_procTom de Vries4-15/+29
2023-03-06[gdb/testsuite] Use regular proc syntax for gdb_caching_procTom de Vries8-60/+63
2023-03-06[gdb/testsuite] Add gdb.testsuite/gdb-caching-proc.expTom de Vries1-0/+38
2023-03-06Fix DAP stackTrace through frames without debuginfoTom Tromey4-1/+101
2023-03-06Remove exception_catchpoint::resources_neededTom Tromey1-7/+0
2023-03-06Remove two more files in gdb "distclean"Tom Tromey1-0/+1
2023-03-03gdb/testsuite: use `kill -FOO` instead of `kill -SIGFOO`Simon Marchi3-3/+3
2023-03-03[gdb/testsuite] Use set always-read-ctf on instead of --strip-debugTom de Vries7-13/+34
2023-03-03Update expected results in long_long.expTom Tromey1-2/+2
2023-03-03gdb/python: replace strlen call with std::string::size callAndrew Burgess1-1/+1
2023-03-02gdb: fix -Wmaybe-uninitialized warning in value.cSimon Marchi1-1/+1
2023-03-02Handle half-float in 'x' commandTom Tromey3-2/+51
2023-03-02Fix some value commentsTom Tromey2-1/+10
2023-03-02gdb: LoongArch: Add support for static data member in structHui Li1-0/+4
2023-03-02[gdb/symtab] Add set/show always-read-ctf on/offTom de Vries6-1/+143
2023-03-01gdb: update some copyright years (2022 -> 2023)Simon Marchi37-37/+37
2023-03-01Use const for dwarf2_property_batonTom Tromey3-10/+10
2023-03-01Make gdb property batons type-safeTom Tromey2-13/+10
2023-03-01Fix type of check_valid_shift_count parameterTom Tromey1-1/+1
2023-03-01gdb: fix a whitespace issue in solib-rocm.cSimon Marchi1-1/+1
2023-03-01[gdb/testsuite] Add another xfail case in gdb.python/py-record-btrace.expTom de Vries1-1/+19
2023-02-28gdb: add HtabPrinter to gdb-gdb.py.inSimon Marchi2-0/+34
2023-02-28[gdb/testsuite] Fix gdb.python/py-breakpoint.exp timeoutsTom de Vries2-2/+6
2023-02-28Remove value_inTom Tromey2-25/+0
2023-02-28[gdb/testsuite] Fix gdb.rust/watch.exp on ppc64leTom de Vries1-1/+1
2023-02-28gdb: fix mi breakpoint-deleted notifications for thread-specific b/pAndrew Burgess9-12/+709
2023-02-28gdb/testsuite: fix failure in gdb.mi/mi-pending.exp with extended-remoteAndrew Burgess2-14/+39
2023-02-28gdb/testsuite: introduce is_target_non_stop helper procAndrew Burgess6-36/+36
2023-02-28gdb/testsuite introduce foreach_mi_ui_mode helper procAndrew Burgess3-16/+46
2023-02-28gdb/testsuite: extend the use of mi_clean_restartAndrew Burgess7-33/+7
2023-02-28gdb/testsuite: make more use of mi-support.expAndrew Burgess2-5/+8
2023-02-28gdb: don't duplicate 'thread' field in MI breakpoint outputAndrew Burgess7-20/+145
2023-02-28gdb: remove an out of date comment about disp_del_at_next_stopAndrew Burgess1-2/+0
2023-02-27Forced quit cases handled by resetting sync_quit_force_runKevin Buettner3-0/+27
2023-02-27Introduce set_force_quit_flag and change type of sync_quit_force_runKevin Buettner3-5/+15
2023-02-27QUIT processing w/ explicit throw for gdb_exception_forced_quitKevin Buettner3-4/+15
2023-02-27Guile QUIT processing updatesKevin Buettner5-1/+21