aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-01sim: nrun: add local strsignal prototypeMike Frysinger97-62/+386
2021-05-01sim: rx: cast bfd_vma when printingMike Frysinger2-1/+5
2021-05-01sim: riscv: fix building on 32-bit hosts w/out int128Mike Frysinger2-1/+5
2021-05-01sim: aarch64: use PRIx64 for formatting 64-bit typesMike Frysinger2-5/+12
2021-05-01sim: aarch64: fix 64-bit immediate shiftsMike Frysinger2-2/+6
2021-05-01sim: arm: move build logic to source filesMike Frysinger3-9/+25
2021-05-01sim: callback: inline wrap helperMike Frysinger2-25/+66
2021-05-01opcodes: xtensa: support branch visualizationMax Filippov2-0/+15
2021-05-01Automatic date update in version.inGDB Administrator1-1/+1
2021-04-30Do not separately read type unitsTom Tromey2-133/+69
2021-04-30Remove dwarf2_per_bfd::all_type_unitsTom Tromey4-123/+87
2021-04-30Allocate dwarf2_per_cu_data with 'new'Tom Tromey4-208/+265
2021-04-30Make get_image_name staticTom Tromey3-8/+12
2021-04-30Share DLL code between gdb and gdbserverTom Tromey6-331/+209
2021-04-30Use nat/windows-nat function indirection codeTom Tromey5-143/+72
2021-04-30Move function indirection code to nat/windows-natTom Tromey4-201/+279
2021-04-30Use template functions in windows-nat.cTom Tromey2-48/+24
2021-04-30Use rvalue reference in thread_pool::post_taskTom Tromey3-3/+9
2021-04-30Fix crash with GNAT minimal encodingsTom Tromey6-2/+28
2021-04-30Fix illegal memory access parsing a corrupt MACH-O format file.Nick Clifton2-1/+8
2021-04-30Fix an illegal memory access when parsing a corrupt core note.Nick Clifton2-1/+12
2021-04-30Fix a double free when re-allocating a buffer to size 0.Nick Clifton2-1/+7
2021-04-30Fix attempt to free non-allocated pointer when parsing .debug_sup sections.Nick Clifton2-9/+34
2021-04-30Fix illegal memory access when parsing a corrupt PE format file.Nick Clifton2-0/+10
2021-04-30[gdb/testsuite] Make gdb.mi/mi-sym-info.exp more robust against timeoutsTom de Vries2-33/+42
2021-04-30[gdb/testsuite] Fix duplicate test name in gdb.mi/mi-sym-info.expTom de Vries2-33/+4
2021-04-30Automatic date update in version.inGDB Administrator1-1/+1
2021-04-29[gdb/testsuite] Fix timeout in gdb.base/valgrind-infcall-2.expTom de Vries2-1/+7
2021-04-29gdb: don't use C++17 namespace declaration styleSimon Marchi2-2/+8
2021-04-29Fix an access through a null pointer when parsing a corrupt SOM format fle.Nick Clifton3-1/+22
2021-04-29Fix illegal memory accesses when parsing a corrupt SOM format file.Nick Clifton2-4/+20
2021-04-29gdb: move some variables to an inner scope in save_waitstatusSimon Marchi2-3/+6
2021-04-29x86-64: adjust recently added testsJan Beulich6-15/+26
2021-04-29Correct the text describing windres's --processor option.Nick Clifton2-1/+12
2021-04-29x86: relax when/how @size can be usedJan Beulich7-9/+138
2021-04-29x86: allow @size to also (sensibly) apply to sectionsJan Beulich5-7/+36
2021-04-29gdb/NEWS: Fix typo and stray full stopAndrew Burgess2-2/+6
2021-04-29Automatic date update in version.inGDB Administrator1-1/+1
2021-04-28Fix Ada overloading with 'null'Tom Tromey7-16/+121
2021-04-28gdb/doc: use @env to reference environment variablesAndrew Burgess2-27/+42
2021-04-28Stop the BFD library from treating annobin symbols as potential function symb...Nick Clifton9-30/+105
2021-04-28gdb: startup commands to control Python extension languageAndrew Burgess7-0/+289
2021-04-28gdb: extension languages finish_initialization to initializeAndrew Burgess7-33/+50
2021-04-28gdb: initialise extension languages after processing early startup filesAndrew Burgess3-6/+9
2021-04-28gdb delay guile initialization until gdbscm_finish_initializationAndrew Burgess10-42/+109
2021-04-28gdb: delay python initialisation until gdbpy_finish_initializationAndrew Burgess12-48/+125
2021-04-28gdb: ensure SIGINT is set to SIG_DFL during initialisationAndrew Burgess2-1/+34
2021-04-28gdb: remove unused argument from gdb_initAndrew Burgess4-3/+12
2021-04-28x86: honor signedness of PC-relative relocationsJan Beulich11-18/+211
2021-04-28Automatic date update in version.inGDB Administrator1-1/+1