aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-21Fix ARMv8.4 for hw watchpoint and breakpointAndrew Pinski2-0/+3
2021-10-21Refactor code slightly in nat/aarch64-linux-hw-point.c (aarch64_linux_get_deb...Andrew Pinski1-6/+18
2021-10-21Fixes for gdb.mi/mi-break.expCarl Love1-4/+4
2021-10-21[gdb/tui] Fix breakpoint display functionalityTom de Vries2-2/+38
2021-10-21Fix test step-and-next-inline.ccCarl Love2-2/+4
2021-10-21Fix latent Ada bug when accessing field offsetsTom Tromey3-43/+75
2021-10-21-Waddress warning in ldelf.cAlan Modra1-1/+0
2021-10-21Avoid -Waddress warnings in readelfAlan Modra1-86/+123
2021-10-21Automatic date update in version.inGDB Administrator1-1/+1
2021-10-21PR28417, std::string no longer allows accepting nullptr_tAlan Modra2-2/+2
2021-10-21Re: PR27625, powerpc64 gold __tls_get_addr callsAlan Modra1-156/+36
2021-10-20Use std::string in print_one_catch_syscallTom Tromey1-13/+9
2021-10-20Use unique_xmalloc_ptr in breakpointTom Tromey6-63/+60
2021-10-20Use unique_xmalloc_ptr in bp_locationTom Tromey2-10/+6
2021-10-20Use unique_xmalloc_ptr in watchpointTom Tromey4-25/+18
2021-10-20Use unique_xmalloc_ptr in exec_catchpointTom Tromey1-14/+5
2021-10-20Use unique_xmalloc_ptr in solib_catchpointTom Tromey1-12/+7
2021-10-20Make c-exp.y work with Bison 3.8+Christian Biesinger1-2/+3
2021-10-20Automatic date update in version.inGDB Administrator1-1/+1
2021-10-19[gdb/testsuite] Reimplement gdb.gdb/python-interrupts.exp as unittestTom de Vries4-50/+57
2021-10-19Check index in type::fieldTom Tromey3-2/+3
2021-10-19Fix Rust lex selftest when using libiconvTom Tromey1-3/+10
2021-10-19Fix format_pieces selftest on WindowsTom Tromey6-72/+127
2021-10-19Fix bug in dynamic type resolutionTom Tromey3-3/+35
2021-10-19Always use std::function for self-testsTom Tromey2-45/+6
2021-10-19Fix PR gdb/17917 Lookup build-id in remote binariesDaniel Black1-9/+12
2021-10-19Fix a potential illegal memory access when testing for a special LTO symbol n...Nick Clifton6-3/+19
2021-10-19Automatic date update in version.inGDB Administrator1-1/+1
2021-10-18CTF: incorrect underlying type setting for enumeration typesWeimin Pan6-36/+42
2021-10-18Automatic date update in version.inGDB Administrator1-1/+1
2021-10-17PR28459, readelf issues bogus warningAlan Modra1-1/+0
2021-10-17Automatic date update in version.inGDB Administrator1-1/+1
2021-10-16ld: Adjust pr28158.rd for glibc 2.34H.J. Lu1-1/+1
2021-10-16Automatic date update in version.inGDB Administrator1-1/+1
2021-10-15Automatic date update in version.inGDB Administrator1-1/+1
2021-10-14Powerpc: Add support for openat and fstatat syscallsCarl Love1-2/+11
2021-10-14[gdb/testsuite] Add .debug_loc support in dwarf assemblerTom de Vries3-0/+257
2021-10-14[GOLD] Re: PowerPC64: Don't pretend to support multi-tocAlan Modra1-4/+2
2021-10-14[GOLD] Two GOT sections for PowerPC64Alan Modra5-128/+244
2021-10-14[GOLD] PowerPC64: Don't pretend to support multi-tocAlan Modra1-114/+67
2021-10-14Re: s12z/disassembler: call memory_error_func when appropriateAlan Modra1-1/+2
2021-10-14Automatic date update in version.inGDB Administrator1-1/+1
2021-10-13[gdb/exp] Improve <error reading variable> messageTom de Vries3-1/+75
2021-10-13PPC fix for stfiwx instruction (and additional stores with primary opcode of 31)Carl Love1-4/+4
2021-10-13gdb: improve error reporting from the disassemblerAndrew Burgess2-6/+15
2021-10-13[gdb/testsuite] Fix gdb.fortran/call-no-debug.exp with native-gdbserverTom de Vries1-1/+3
2021-10-13[gdb/testsuite] Require use_gdb_stub == 0 where appropriateTom de Vries6-17/+35
2021-10-13[gdb/testsuite] Fix test name in gdb.python/python.expTom de Vries1-4/+11
2021-10-13[gdb/testsuite] Fix gdb.base/batch-exit-status.exp with native-gdbserverTom de Vries1-1/+1
2021-10-13[gdb/testsuite] Remove quit in gdb.arch/i386-mpx.expTom de Vries1-2/+0