aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2022-05-20Test "set multiple-symbols on" creating multiple breakpointsPedro Alves1-25/+75
2022-05-20Make sure momentary breakpoints are always thread-specificPedro Alves1-37/+46
2022-05-20Momentary breakpoints should have no breakpoint numberPedro Alves1-1/+0
2022-05-20Add/tweak intro comments of struct breakpoint and several subclassesPedro Alves2-8/+17
2022-05-20Move add_location(sal) to base_breakpointPedro Alves5-37/+31
2022-05-20Move common bits of catchpoint/exception_catchpoint to breakpoint's ctorPedro Alves3-19/+21
2022-05-20Make catchpoint inherit breakpoint, eliminate init_raw_breakpointPedro Alves3-37/+7
2022-05-20Make breakpoint_address_bits look at the location kindPedro Alves2-37/+23
2022-05-20Make exception_catchpoint inherit base_breakpoint instead of catchpointPedro Alves1-6/+12
2022-05-20Refactor momentary breakpoints, eliminate set_raw_breakpoint{,_without_location}Pedro Alves1-73/+24
2022-05-20Refactor set_internal_breakpoint / internal_breakpoint ctorPedro Alves1-19/+18
2022-05-20Convert init_ada_exception_catchpoint to a ctorPedro Alves3-59/+49
2022-05-20Make ada_catchpoint_location's owner ctor parameter be ada_catchpointPedro Alves1-16/+16
2022-05-20init_breakpoint_sal -> base_breakpoint::base_breakpointPedro Alves2-122/+129
2022-05-20Remove "internal" parameter from a couple functionsPedro Alves1-3/+3
2022-05-20More breakpoint_ops parameter eliminationPedro Alves2-11/+8
2022-05-20Make a few functions work with base_breakpoint instead of breakpointPedro Alves2-31/+8
2022-05-20ranged_breakpoint: move initialization to ctorPedro Alves1-8/+19
2022-05-20ranged_breakpoint: use install_breakpointPedro Alves1-12/+5
2022-05-20ranged_breakpoint: don't use init_raw_breakpointPedro Alves1-1/+1
2022-05-20Make structs breakpoint/base_breakpoint/catchpoint be abstractPedro Alves2-1/+20
2022-05-20add_location_to_breakpoint -> breakpoint::add_locationPedro Alves2-37/+36
2022-05-20PowerPC: Make test gdb.arch/powerpc-power10.exp Endian independent.Carl Love1-368/+746
2022-05-20Remove obsolete text from documentationTom Tromey1-3/+0
2022-05-20Fix non-pointer type compilation error in aix-thread.cAditya Vidyadhar Kamath1-2/+2
2022-05-19gdb/doc: use @value{GDBP} in 'info pretty-printer' exampleAndrew Burgess1-8/+8
2022-05-19gdb/doc: make use of group/end group in 'info pretty-printers' exampleAndrew Burgess1-0/+10
2022-05-19gdb/doc: fix inconsistent info pretty-printer exampleNikolaos Chatzikonstantinou1-3/+1
2022-05-19gdb: testsuite: Support displaced stepping on LoongArchTiezhu Yang1-1/+1
2022-05-18Use aarch64_features to describe register features in target descriptions.John Baldwin8-38/+70
2022-05-18PowerPC: bp-permanent.exp, kill-after-signal fixCarl Love2-12/+18
2022-05-18[AArch64] Return the regnum for PC (32) on aarch64Yichao Yu4-0/+122
2022-05-18Support -prompt and -lbl in gdb_testPedro Alves3-35/+42
2022-05-18Remove unused DWARF PAUTH registersLuis Machado2-5/+0
2022-05-18Rename PAUTH_RA_STATE to RA_SIGN_STATELuis Machado2-18/+18
2022-05-18[gdb/testsuite] Simplify unknown lang testing in gdb.base/parse_number.expTom de Vries1-3/+8
2022-05-18[gdb/testsuite] Use hex_for_lang in gdb.base/parse_number.expTom de Vries1-1/+14
2022-05-18[gdb/tdep] Add gdb/syscalls/update-linux-from-src.shTom de Vries23-38/+1230
2022-05-17Fix typo in info pageNikolaos Chatzikonstantinou1-1/+1
2022-05-17Fix gdb.python/py-connection.exp with remote targetsPedro Alves1-2/+2
2022-05-17gdb, btrace: Throw an error for empty recordings when replaying starts.Felix Willgerodt1-1/+1
2022-05-17Make gdb_test's question non-optional if specifiedPedro Alves1-4/+21
2022-05-17gdb.base/skip.exp: Don't abuse gdb_test's question supportPedro Alves1-24/+31
2022-05-17Avoid having to unload file in gdb.server/connect-with-no-symbol-file.expPedro Alves1-10/+7
2022-05-17Fix bogus gdb_test invocationsPedro Alves3-2/+3
2022-05-17gdb.base/scope.exp: Remove bogus gdb_test questionsPedro Alves1-30/+30
2022-05-17Remove gdb_test questions that GDB doesn't askPedro Alves6-11/+6
2022-05-16gdb: Fix typo in last change in gdb.texinfoEli Zaretskii1-1/+1
2022-05-16gdb: Document the 'metadata' styling in GDB displays.Eli Zaretskii1-0/+10
2022-05-16Fix Ada exception regression on WindowsTom Tromey1-1/+1