summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Remove adjust_type_signednessTom Tromey2023-04-191-10/+0
* gdb: re-format Python code with black 23Simon Marchi2023-04-182-2/+6
* PowerPC: fix _Float128 type output stringCarl Love2023-04-187-4/+120
* Remove some unnecessary casts from ada-lang.cTom Tromey2023-04-171-7/+6
* gdb/amdgpu: add follow fork and exec supportSimon Marchi2023-04-177-0/+380
* gdb: switch to right inferior in fetch_inferior_eventSimon Marchi2023-04-171-3/+7
* gdb: make regcache::raw_update switch to right inferiorSimon Marchi2023-04-173-38/+70
* gdb: add maybe_switch_inferior functionSimon Marchi2023-04-174-0/+38
* gdb: remove regcache::targetSimon Marchi2023-04-173-7/+2
* gdb: add inferior_forked observableSimon Marchi2023-04-173-0/+12
* gdb: pass execing and following inferior to inferior_execd observersSimon Marchi2023-04-175-28/+52
* Add 128-bit integer support to the Ada parserTom Tromey2023-04-174-46/+50
* Remove some Ada parser helper functionsTom Tromey2023-04-173-47/+15
* Add overload of fits_in_typeTom Tromey2023-04-172-0/+28
* Add 128-bit integer support to the Rust parserTom Tromey2023-04-174-17/+33
* Convert long_const_operation to use gdb_mpzTom Tromey2023-04-174-7/+33
* Additions to gdb_mpzTom Tromey2023-04-172-6/+52
* [gdb/symtab] Handle empty file name in .debug_line sectionTom de Vries2023-04-172-0/+70
* gdb/testsuite: accept script argument for mi_make_breakpoint_pendingAndrew Burgess2023-04-143-5/+21
* gdb/testsuite: avoid {"} pattern in lib/mi-support.expAndrew Burgess2023-04-141-1/+1
* pauth: Create new feature string for pauth to prevent crashing older gdb'sLuis Machado2023-04-143-1/+41
* debug registers: Add missing debug version entry for FEAT_Debugv8p8Luis Machado2023-04-142-0/+3
* gdb/testsuite: Skip dump ihex for 64-bit address in gdb.base/dump.expHui Li2023-04-141-8/+14
* [gdb/testsuite] Add regression test for PR30325Tom de Vries2023-04-142-3/+17
* Avoid double-free with debuginfodTom Tromey2023-04-133-9/+32
* [gdb/tui] Revert workaround in tui_source_window::show_line_numberTom de Vries2023-04-131-4/+2
* [gdb/tui] Fix left margin in disassembly windowTom de Vries2023-04-132-4/+5
* [gdb/tui] Add maint set/show tui-left-margin-verboseTom de Vries2023-04-135-2/+40
* Use SELF_CHECK in all unit testsTom Tromey2023-04-122-40/+40
* Use 'require' with gnatmake_version_at_leastTom Tromey2023-04-122-6/+2
* gdb, doc: correct argument description for info connections/inferiorsNils-Christian Kempke2023-04-111-6/+13
* gdb: fix indentation within print_one_breakpoint_locationAndrew Burgess2023-04-111-9/+9
* gdb/testsuite: fix typo gdb_name_name -> gdb_test_nameAndrew Burgess2023-04-111-1/+1
* gdb: warn when converting h/w watchpoints to s/wAndrew Burgess2023-04-114-14/+135
* gdb/riscv: Support c.li in prologue unwinderAndrew Burgess2023-04-114-2/+124
* gdb/dwarf: Fix MinGW buildThiago Jung Bauermann2023-04-101-1/+1
* Handle unwinding from SEGV on WindowsTom Tromey2023-04-101-4/+5
* Fix typos in previous commit of gdb.texinfo.Philippe Blain2023-04-081-4/+5
* Rewrite Ada symbol cacheTom Tromey2023-04-071-104/+82
* Add Ada test case for break using a labelTom Tromey2023-04-074-0/+91
* Use ui_out for "maint info frame-unwinders"Tom Tromey2023-04-071-1/+10
* [gdb/testsuite] Add -q to INTERNAL_GDBFLAGSTom de Vries2023-04-078-97/+132
* [gdb/testsuite] Add missing .note.GNU-stack in gdb.arch/amd64-disp-step-self-...Tom de Vries2023-04-072-0/+2
* gdb/testsuite: updates for gdb.arch/{amd64,i386}-disp-step-self-call.expAndrew Burgess2023-04-072-2/+4
* Use unique_xmalloc_ptr in apply_ext_lang_type_printersTom Tromey2023-04-065-19/+19
* Fix gdb.base/align-*.exp and Clang + LTO and AIX GCCPedro Alves2023-04-061-2/+47
* gdb: run black code formatter on gdbarch_components.pyAndrew Burgess2023-04-061-1/+1
* gdb/python: allow Frame.read_var to accept named argumentsAndrew Burgess2023-04-062-13/+49
* gdb/python: convert Frame.read_register to take named argumentsAndrew Burgess2023-04-062-4/+13
* gdb/python: have PendingFrame methods accept keyword argumentsAndrew Burgess2023-04-063-15/+20