aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-16Fix previous delta to allow for compilation on 32-bit systemsNick Clifton5-3/+60
2022-12-16[gdb/testsuite] Fix race in gdb.threads/detach-step-over.expTom de Vries1-8/+26
2022-12-16gdb: fix crash when getting the value of a label symbolAndrew Burgess3-14/+103
2022-12-16gdb: convert linux-osdata.c from buffer to std::stringSimon Marchi1-139/+148
2022-12-16gdbsupport: add string_xml_appendfSimon Marchi2-0/+115
2022-12-16gdb: clean up some inefficient std::string usageAndrew Burgess2-3/+2
2022-12-16Fix a potential illegal memory access when parsing corrupt DWARF information.Nick Clifton2-1/+25
2022-12-16gdb/testsuite: add test for Python commands redefining itselfJan Vrany1-0/+30
2022-12-16[aarch64] Fix removal of non-address bits for PAuthLuis Machado16-73/+314
2022-12-16gas: restore Dwarf info generation after macro diagnostic adjustmentsJan Beulich6-5/+29
2022-12-16x86: change representation of extension opcodeJan Beulich3-2286/+2288
2022-12-15gdbsupport: change xml_escape_text_append's parameter from pointer to referenceSimon Marchi5-12/+12
2022-12-15gdb: remove static buffer in command_line_inputSimon Marchi13-108/+102
2022-12-16Automatic date update in version.inGDB Administrator1-1/+1
2022-12-15libsframe asan: avoid generating misaligned loadsIndu Bhagat4-24/+42
2022-12-15gdb/testsuite: don't delete command files in gdb.base/commands.expSimon Marchi1-10/+4
2022-12-15Move streq and compare_cstrings to gdbsupportTom Tromey3-20/+16
2022-12-15Remove subset_compareTom Tromey4-27/+5
2022-12-15gdb: use gdb_assert not internal_errorAndrew Burgess1-8/+2
2022-12-15gdb: some int to bool conversion in remote-sim.cAndrew Burgess1-10/+10
2022-12-15gdb: make more use of make_target_connection_stringAndrew Burgess2-28/+11
2022-12-15gdb: int to bool conversion in tracefile.cAndrew Burgess1-3/+3
2022-12-15[gdb/testsuite] Fix gdb.base/condbreak-multi-context.exp with gcc 4.8.5Tom de Vries1-3/+3
2022-12-15Automatic date update in version.inGDB Administrator1-1/+1
2022-12-14gdb/maint: add core file name to 'maint info program-spaces' outputAndrew Burgess3-4/+26
2022-12-14gdb: ensure all targets are popped before an inferior is destructedAndrew Burgess1-0/+15
2022-12-14gdb: remove the pop_all_targets (and friends) global functionsAndrew Burgess8-56/+67
2022-12-14gdb: remove decref_targetAndrew Burgess2-8/+4
2022-12-14gdb: have target_stack automate reference count handlingAndrew Burgess3-21/+118
2022-12-14gdb/remote: remove some manual reference count handlingAndrew Burgess1-16/+22
2022-12-15Re: ld, gold: remove support for -z bndplt (MPX prefix)Alan Modra8-348/+44
2022-12-14asan: buffer overflow in sh_relocAlan Modra1-1/+2
2022-12-14Fix haiku ld dependenciesAlan Modra5-8/+8
2022-12-14gdb: add SYMBOL_LOOKUP_SCOPED_DEBUG_ENTER_EXITAndrew Burgess3-23/+102
2022-12-14gdb: convert 'set debug symbol-lookup' to new debug printing schemeAndrew Burgess6-276/+161
2022-12-14gdb/testsuite: new test for recent dwarf reader issueAndrew Burgess3-0/+167
2022-12-14gdb/testsuite: fix readnow detectionAndrew Burgess4-53/+10
2022-12-14RISC-V: Add string length check for operands in ASLi Xu4-1/+9
2022-12-14x86: adjust type checking constructsJan Beulich1-2/+2
2022-12-14ld, gold: remove support for -z bndplt (MPX prefix)Martin Liska54-1853/+12
2022-12-14asan: signed integer overflow in display_debug_framesAlan Modra1-108/+116
2022-12-14Don't access freed memory printing objcopy warningAlan Modra1-3/+5
2022-12-14Automatic date update in version.inGDB Administrator1-1/+1
2022-12-13Fix control-c handling on WindowsTom Tromey7-71/+99
2022-12-13Refactor code to check for terminal sharingTom Tromey4-26/+63
2022-12-13Use gdb::optional for sigint_oursTom Tromey1-4/+8
2022-12-13Rename install_sigint_handlerTom Tromey1-2/+2
2022-12-13[gdb/tdep] Fix s390_linux_nat_target::stopped_by_watchpointTom de Vries1-8/+7
2022-12-13gold: Remove BND from 64-bit x86-64 IBT PLTH.J. Lu1-48/+9
2022-12-13Remove two unnecessary castsTom Tromey1-2/+2