aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-27Python QUIT processing updatesKevin Buettner5-0/+22
2023-02-27Catch gdb_exception_error instead of gdb_exception (in many places)Kevin Buettner17-20/+20
2023-02-27Handle gdb SIGTERM by throwing / catching gdb_exception_force_quitKevin Buettner2-1/+13
2023-02-27Fix value chain use-after-freeTom Tromey14-54/+173
2023-02-27Remove infrun_thread_thread_exit observerPedro Alves1-9/+0
2023-02-27all-stop "follow-fork parent" and selecting another threadPedro Alves3-9/+335
2023-02-27Make follow_fork not rely on get_last_target_statusPedro Alves2-32/+71
2023-02-27Improve "info program"Pedro Alves6-46/+263
2023-02-27Convert previous_inferior_ptid to strong reference to thread_infoPedro Alves4-15/+42
2023-02-27Tweak "Using the running image of ..." outputPedro Alves4-4/+4
2023-02-27gdb: make-target-delegates.py: add type annotationsSimon Marchi1-16/+33
2023-02-27gdb: make-target-delegates.py: add Entry typeSimon Marchi1-16/+39
2023-02-27gdb: make-target-delegates.py: make one string rawSimon Marchi1-1/+1
2023-02-27gdb: gdbarch*.py, copyright.py: add type annotationsSimon Marchi4-49/+51
2023-02-27gdb: split gdbarch component types to gdbarch_types.pySimon Marchi3-168/+190
2023-02-27gdb: pyproject.toml: set pyright typeCheckingMode = "strict"Simon Marchi1-0/+3
2023-02-27gdb: gdbarch.py: remove Info.__init__Simon Marchi1-6/+1
2023-02-27gdb: gdbarch.py: spell out parameters of _Component.__init__Simon Marchi1-5/+30
2023-02-27gdb: reformat Python files with black 23.1.0Simon Marchi13-9/+11