aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-04-19Remove adjust_type_signednessTom Tromey1-10/+0
2023-04-18gdb: re-format Python code with black 23Simon Marchi2-2/+6
2023-04-18PowerPC: fix _Float128 type output stringCarl Love7-4/+120
2023-04-17Remove some unnecessary casts from ada-lang.cTom Tromey1-7/+6
2023-04-17gdb/amdgpu: add follow fork and exec supportSimon Marchi7-0/+380
2023-04-17gdb: switch to right inferior in fetch_inferior_eventSimon Marchi1-3/+7
2023-04-17gdb: make regcache::raw_update switch to right inferiorSimon Marchi3-38/+70
2023-04-17gdb: add maybe_switch_inferior functionSimon Marchi4-0/+38
2023-04-17gdb: remove regcache::targetSimon Marchi3-7/+2
2023-04-17gdb: add inferior_forked observableSimon Marchi3-0/+12
2023-04-17gdb: pass execing and following inferior to inferior_execd observersSimon Marchi5-28/+52
2023-04-17Add 128-bit integer support to the Ada parserTom Tromey4-46/+50
2023-04-17Remove some Ada parser helper functionsTom Tromey3-47/+15
2023-04-17Add overload of fits_in_typeTom Tromey2-0/+28
2023-04-17Add 128-bit integer support to the Rust parserTom Tromey4-17/+33
2023-04-17Convert long_const_operation to use gdb_mpzTom Tromey4-7/+33
2023-04-17Additions to gdb_mpzTom Tromey2-6/+52
2023-04-17[gdb/symtab] Handle empty file name in .debug_line sectionTom de Vries2-0/+70
2023-04-14gdb/testsuite: accept script argument for mi_make_breakpoint_pendingAndrew Burgess3-5/+21
2023-04-14gdb/testsuite: avoid {"} pattern in lib/mi-support.expAndrew Burgess1-1/+1
2023-04-14pauth: Create new feature string for pauth to prevent crashing older gdb'sLuis Machado3-1/+41
2023-04-14debug registers: Add missing debug version entry for FEAT_Debugv8p8Luis Machado2-0/+3
2023-04-14gdb/testsuite: Skip dump ihex for 64-bit address in gdb.base/dump.expHui Li1-8/+14
2023-04-14[gdb/testsuite] Add regression test for PR30325Tom de Vries2-3/+17
2023-04-13Avoid double-free with debuginfodTom Tromey3-9/+32
2023-04-13[gdb/tui] Revert workaround in tui_source_window::show_line_numberTom de Vries1-4/+2
2023-04-13[gdb/tui] Fix left margin in disassembly windowTom de Vries2-4/+5
2023-04-13[gdb/tui] Add maint set/show tui-left-margin-verboseTom de Vries5-2/+40
2023-04-12Use SELF_CHECK in all unit testsTom Tromey2-40/+40
2023-04-12Use 'require' with gnatmake_version_at_leastTom Tromey2-6/+2
2023-04-11gdb, doc: correct argument description for info connections/inferiorsNils-Christian Kempke1-6/+13
2023-04-11gdb: fix indentation within print_one_breakpoint_locationAndrew Burgess1-9/+9
2023-04-11gdb/testsuite: fix typo gdb_name_name -> gdb_test_nameAndrew Burgess1-1/+1
2023-04-11gdb: warn when converting h/w watchpoints to s/wAndrew Burgess4-14/+135
2023-04-11gdb/riscv: Support c.li in prologue unwinderAndrew Burgess4-2/+124
2023-04-10gdb/dwarf: Fix MinGW buildThiago Jung Bauermann1-1/+1
2023-04-10Handle unwinding from SEGV on WindowsTom Tromey1-4/+5
2023-04-08Fix typos in previous commit of gdb.texinfo.Philippe Blain1-4/+5
2023-04-07Rewrite Ada symbol cacheTom Tromey1-104/+82
2023-04-07Add Ada test case for break using a labelTom Tromey4-0/+91
2023-04-07Use ui_out for "maint info frame-unwinders"Tom Tromey1-1/+10
2023-04-07[gdb/testsuite] Add -q to INTERNAL_GDBFLAGSTom de Vries8-97/+132
2023-04-07[gdb/testsuite] Add missing .note.GNU-stack in gdb.arch/amd64-disp-step-self-...Tom de Vries2-0/+2
2023-04-07gdb/testsuite: updates for gdb.arch/{amd64,i386}-disp-step-self-call.expAndrew Burgess2-2/+4
2023-04-06Use unique_xmalloc_ptr in apply_ext_lang_type_printersTom Tromey5-19/+19
2023-04-06Fix gdb.base/align-*.exp and Clang + LTO and AIX GCCPedro Alves1-2/+47
2023-04-06gdb: run black code formatter on gdbarch_components.pyAndrew Burgess1-1/+1
2023-04-06gdb/python: allow Frame.read_var to accept named argumentsAndrew Burgess2-13/+49
2023-04-06gdb/python: convert Frame.read_register to take named argumentsAndrew Burgess2-4/+13
2023-04-06gdb/python: have PendingFrame methods accept keyword argumentsAndrew Burgess3-15/+20