aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-02-27Regenerate Linux syscall group infoPedro Alves15-856/+1001
2023-02-27Autogenerate gdb/syscalls/linux-defaults.xml.in (groups) from strace sourcesPedro Alves1-0/+91
2023-02-27gdb: don't treat empty enums as flag enumsAndrew Burgess3-0/+81
2023-02-27gdb/testsuite: Improve testing of GDB's completion functionsBruno Larsen1-0/+16
2023-02-27gdb, python: do minor modernization in execute_gdb_commandTankut Baris Aktemur1-12/+13
2023-02-26Remove expand_symtab_containing_pcTom Tromey2-27/+0
2023-02-25gdb/amd64: replace xmalloc/alloca with gdb::byte_vectorAndrew Burgess1-12/+9
2023-02-24Remove struct bufferTom Tromey5-6/+0
2023-02-24Don't use struct buffer in top.cTom Tromey1-14/+8
2023-02-24Don't use struct buffer in event-top.cTom Tromey1-14/+6
2023-02-24Remove struct buffer from tracefile-tfile.cTom Tromey1-11/+10
2023-02-24Write the DWARF index in the backgroundTom Tromey4-19/+101
2023-02-24Only use the per-BFD object to write a DWARF indexTom Tromey5-60/+48
2023-02-24gdb: fix parenthesis position in commentSimon Marchi1-1/+1
2023-02-24[gdb/testsuite] Cleanup unnecessary expr from require lineTom de Vries1-1/+1
2023-02-24GDB: Fix out of bounds accesses with limited-length valuesMaciej W. Rozycki1-3/+14
2023-02-23gdb/doc: The RISC-V vector registers didn't changePalmer Dabbelt1-5/+1
2023-02-23gdb: remove --disable-gdbmi configure optionSimon Marchi3-48/+5
2023-02-23Fix Tcl quoting in gdb_assertTom Tromey3-5/+5
2023-02-23gdb: add AMDGPU header files to HFILES_NO_SRCDIRSimon Marchi1-0/+2
2023-02-23Remove 'eval' from gdb_breakpointTom Tromey1-6/+1
2023-02-23gdb: LoongArch: Support reg aliases in info reg commandHui Li1-0/+21
2023-02-23gdb: LoongArch: Modify the result of the info reg commandHui Li1-0/+39
2023-02-22gdb.reverse/time-reverse.exp: test both time syscall and C time functionPedro Alves2-22/+57
2023-02-21Issue error on erroneous expressionTom Tromey2-1/+9
2023-02-21gdb: add --with-curses to --configuration outputPhilippe Blain4-9/+22
2023-02-21[gdb/testsuite] Require compilation flags in two gdb.arch/aarch64 test-casesTom de Vries2-0/+4
2023-02-21[gdb/testsuite] Require istarget x86* in gdb.reverse/step-indirect-call-thunk...Tom de Vries1-0/+2
2023-02-21[gdb/testsuite] Require -fsplit-stack in gdb.base/morestack.expTom de Vries2-0/+10
2023-02-21[gdb/testsuite] Require syscall time in gdb.reverse/time-reverse.expTom de Vries2-0/+13
2023-02-21[gdb/testsuite] Require python in gdb.dap/basic-dap.expTom de Vries1-0/+2
2023-02-21[aarch64] Enable pointer authentication support for aarch64 bare metal/kernel...Luis Machado4-51/+100
2023-02-20gdb: revert one erroneous bool-ification changeSimon Marchi1-1/+1
2023-02-20gdb/doc: Consistency fixes for GDB/MI documentationAndrew Burgess1-27/+27
2023-02-20[gdb/symtab] Trust epilogue unwind info for unknown or non-gcc producerTom de Vries1-1/+7
2023-02-20[gdb/symtab] Trust epilogue unwind info for unknown producer (-g0 case)Tom de Vries3-2/+108
2023-02-20[gdb/tdep] Add amd64/i386 epilogue override unwindersTom de Vries2-14/+103
2023-02-20[gdb/tdep] Fix amd64/i386_stack_frame_destroyed_pTom de Vries2-15/+24
2023-02-20[gdb/symtab] Factor out compunit_epilogue_unwind_validTom de Vries3-6/+15
2023-02-20[gdb/testsuite] Add xfail case in gdb.python/py-record-btrace.expTom de Vries1-1/+6
2023-02-20[gdb/testsuite] Fix gdb.threads/schedlock.exp for gcc 4.8.5Tom de Vries1-3/+2
2023-02-19Convert contained_in to methodTom Tromey8-22/+20
2023-02-19Make block members 'private'Tom Tromey1-6/+6
2023-02-19Remove allocate_block and allocate_global_blockTom Tromey5-35/+10
2023-02-19Have global_block inherit from blockTom Tromey2-8/+2
2023-02-19Use 'new' for block and global_blockTom Tromey2-14/+12
2023-02-19Fix memory leak in mdebugread.cTom Tromey1-10/+9
2023-02-19Remove ALL_BLOCK_SYMBOLSTom Tromey12-84/+35
2023-02-19Remove ALL_BLOCK_SYMBOLS_WITH_NAMETom Tromey5-41/+13
2023-02-19Convert explicit iterator uses to foreachTom Tromey3-17/+5