aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-25gdb: rename unwindonsignal to unwind-on-signalusers/aburgess/bp-inferior-callsAndrew Burgess13-43/+83
2023-01-25gdb: introduce unwind-on-timeout settingAndrew Burgess5-44/+164
2023-01-25gdb/remote: avoid SIGINT after calling remote_target::stopAndrew Burgess3-16/+19
2023-01-25gdb: add timeouts for inferior function callsAndrew Burgess8-5/+734
2023-01-25gdb: fix b/p conditions with infcalls in multi-threaded inferiorsAndrew Burgess11-12/+940
2023-01-25Revert "gdb: remove unnecessary parameter wait_ptid from do_target_wait"Andrew Burgess1-5/+7
2023-01-25gdb: don't always print breakpoint location after failed condition checkAndrew Burgess2-10/+20
2023-01-25gdb: avoid repeated signal reporting during failed conditional breakpointAndrew Burgess3-0/+241
2023-01-25gdbserver: allow agent expressions to fail with invalid memory accessAndrew Burgess3-14/+17
2023-01-25gdbserver: allows agent_mem_read to return an error codeAndrew Burgess2-9/+11
2023-01-25gdb: include breakpoint number in testing condition error messageAndrew Burgess7-4/+126
2023-01-25gdb/doc: extend the documentation for conditional breakpointsAndrew Burgess1-0/+11
2023-01-25gdb/doc: extended documentation for inferior function callsAndrew Burgess1-0/+30
2023-01-25[gdb/testsuite] Fix gdb.base/unwind-on-each-insn.exp for -m32Tom de Vries1-1/+1
2023-01-25[gdb/testsuite] Allow debug srcfile2 in gdb.base/unwind-on-each-insn.expTom de Vries1-2/+4
2023-01-25[gdb/testsuite] Allow nodebug srcfile in gdb.base/unwind-on-each-insn.expTom de Vries1-2/+2
2023-01-25gdb, i386: Update stale comment in i386-tdep.h.Felix Willgerodt1-1/+1
2023-01-25[gdb/testsuite] Analyze non-leaf fn in gdb.base/unwind-on-each-insn.expTom de Vries3-59/+86
2023-01-25[gdb/testsuite] Improve leaf fn in gdb.base/unwind-on-each-insn.expTom de Vries3-4/+9
2023-01-25gdb/tui: make use of a scoped_restoreAndrew Burgess1-7/+3
2023-01-25gdb/tui: better filtering of tab completion results for focus commandAndrew Burgess2-9/+33
2023-01-25gdb/tui: convert if/error to an assertAndrew Burgess1-2/+5
2023-01-25gdb/testsuite/tui: more testing of the 'focus' commandAndrew Burgess3-0/+93
2023-01-25gdb/testsuite: update gdb.tui/tui-nl-filtered-output.expAndrew Burgess1-21/+16
2023-01-25gdb/testsuite: update gdb.tui/tui-disasm-long-lines.expAndrew Burgess1-7/+14
2023-01-25gdb/testsuite: extend gdb.tui/tui-layout.exp test scriptAndrew Burgess1-11/+46
2023-01-25gdb/testsuite: rename test source file to match test scriptAndrew Burgess2-1/+1
2023-01-25gdb/testsuite: use test_gdb_complete_unique more in C++ testsAndrew Burgess1-4/+4
2023-01-25Automatic date update in version.inGDB Administrator1-1/+1
2023-01-24gprofng: PR29521 [docs] man pages are not in the release tarballVladimir Mezentsev9-42/+364
2023-01-24libsframe/doc: fix some warningsIndu Bhagat1-9/+17
2023-01-24Fix seg-fault when generating an empty DLL with LTO enabled.Nick Clifton4-24/+61
2023-01-24gdb: some int to bool conversionEnze Li2-9/+9
2023-01-24ld: Avoid magic numbers for subsystems in pe.em and pep.emMark Harmstone2-6/+6
2023-01-24Automatic date update in version.inGDB Administrator1-1/+1
2023-01-23ld: Set default subsystem for arm-pe to IMAGE_SUBSYSTEM_WINDOWS_GUIMark Harmstone1-1/+4
2023-01-23Add support for secidx relocations to aarch64-w64-mingw32Mark Harmstone4-1/+90
2023-01-23[gdb/tdep, aarch64] Fix frame address of last insnTom de Vries1-1/+6
2023-01-23[gdb/testsuite] Avoid using .eh_frame in gdb.base/unwind-on-each-insn.expTom de Vries1-2/+12
2023-01-23Updated Swedish translation for the binutils sub-directoryNick Clifton2-393/+257
2023-01-23[gdb/testsuite] Simplify gdb.base/unwind-on-each-insn.expTom de Vries1-51/+11
2023-01-23[gdb/testsuite] Fix untested in gdb.base/frame-view.expTom de Vries1-1/+1
2023-01-23Fix objdump --reloc for specific symbolVladislav Khmelevsky1-0/+7
2023-01-23Automatic date update in version.inGDB Administrator1-1/+1
2023-01-22Remove path name from testTom Tromey1-1/+2
2023-01-22Minor cleanup in gdb.btrace/enable.expTom Tromey1-1/+1
2023-01-22Minor fixup in allow_aarch64_sve_testsTom Tromey1-1/+1
2023-01-22Automatic date update in version.inGDB Administrator1-1/+1
2023-01-21Automatic date update in version.inGDB Administrator1-1/+1
2023-01-20gdb: make frame_info_ptr auto-reinflatableSimon Marchi7-28/+36