aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-07-14Test that native targets can read a tdesc without a process attached.John Baldwin1-0/+27
2023-07-14Add a have_native_target helper function for use with require.John Baldwin2-17/+15
2023-07-14*-linux-nat: Handle null inferior in read_description.John Baldwin7-0/+22
2023-07-14*-fbsd-nat: Handle null inferior in read_description.John Baldwin4-0/+12
2023-07-14gdb/doc: document '+' argument for 'list' commandBruno Larsen2-0/+4
2023-07-14gdb/cli: Improve UX when using list with no argsBruno Larsen6-9/+48
2023-07-14gdb/cli: add '.' as an argument for 'list' commandBruno Larsen5-3/+78
2023-07-14gdb/cli: Factor out code to list lines around a given lineBruno Larsen1-13/+23
2023-07-13Implement 'Enum_Val and 'Enum_RepTom Tromey6-16/+99
2023-07-13Remove ada_attribute_nameTom Tromey1-32/+9
2023-07-12[gdb/tui] Assume HAVE_WBORDERTom de Vries4-9/+2
2023-07-12[gdb/tui] Make translate return entry->value instead of entryTom de Vries1-13/+11
2023-07-12[gdb/tui] Merge tui border-kind corner translation tablesTom de Vries1-25/+7
2023-07-12[gdb/tui] Introduce translate_acsTom de Vries1-25/+34
2023-07-12[gdb/tui] Remove default entries in TUI translation tablesTom de Vries1-21/+10
2023-07-11Remove some TODOs from gdb.cp testsTom Tromey5-99/+15
2023-07-10Remove target_closeTom Tromey5-37/+19
2023-07-10Update TUI window title when changedTom Tromey5-1/+25
2023-07-10Add Ada scope test for DAPTom Tromey4-0/+154
2023-07-10Handle typedefs in no-op pretty printersTom Tromey2-14/+15
2023-07-10Reimplement DAP stack traces using frame filtersTom Tromey5-104/+81
2023-07-10Simplify FrameVarsTom Tromey1-26/+1
2023-07-10Fix oversights in frame decorator codeTom Tromey1-4/+13
2023-07-10Add new interface to frame filter iterationTom Tromey1-26/+59
2023-07-10Fix execute_frame_filters doc stringTom Tromey1-7/+9
2023-07-10Change 'handle_id' to be a local variableTom Tromey1-2/+1
2023-07-10Move definition of ctf_target typeTom Tromey1-30/+30
2023-07-10Constify tfile_interp_lineTom Tromey1-4/+4
2023-07-10Use function_view in traceframe_walk_blocksTom Tromey1-32/+18
2023-07-10Use unique_ptr for trace_dirnameTom Tromey1-5/+4
2023-07-10Use unique_ptr for trace_filenameTom Tromey1-7/+6
2023-07-10Replace use of xfree with byte_vectorTom Tromey1-4/+1
2023-07-10Remove a use of xfreeTom Tromey1-7/+4
2023-07-10Avoid crash with absolute symbolTom Tromey1-1/+2
2023-07-10gdb/testsuite: avoid stack addresses in test namesAndrew Burgess1-1/+2
2023-07-10gdb/testsuite: return after reporting a test unsupportedAndrew Burgess1-0/+1
2023-07-10gdb: include location number in breakpoint error messageAndrew Burgess3-15/+45
2023-07-10gdb/testsuite: Testing with the nvfortran compilerRichard Bunt2-8/+22
2023-07-07gdb/cp-namespace.c: Fix assert failure caused by malformed user inputAaron Merey2-2/+9
2023-07-07Fix result of DAP setExpressionTom Tromey2-2/+14
2023-07-07Remove unchecked casts to mi_interpTom Tromey3-27/+39
2023-07-07gdb: check max-value-size when reading strings for printfAndrew Burgess9-5/+100
2023-07-07gdb: remove last alloca call from printcmd.cAndrew Burgess1-17/+13
2023-07-07gdb: remove two uses of alloca from printcmd.cAndrew Burgess1-27/+22
2023-07-07gdb: fix printf of wchar_t early in a gdb sessionAndrew Burgess5-9/+71
2023-07-07gdb/testsuite: fix license on recently added fileAndrew Burgess1-3/+2
2023-07-06Linux: Avoid pread64/pwrite64 for high memory addresses (PR gdb/30525)Pedro Alves1-10/+18
2023-07-06riscv: Ensure LE instruction fetchingBranislav Brzak1-2/+2
2023-07-06Fix Solaris regression (PR tdep/30252)Pedro Alves1-21/+25
2023-07-04gdb: add __repr__() implementation to a few Python typesMatheus Branco Borella12-19/+329