aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2022-03-06gdb: constify parameter of value_copySimon Marchi2-5/+10
2022-03-06gdb: remove internalvar_funcs::destroySimon Marchi9-19/+0
2022-03-04Mark vDSO as not a fileTom Tromey1-1/+1
2022-03-04gdb: Use a typedef's scoped type name to identify local typedefsChristina Schimpe3-19/+95
2022-03-03Avoid conflict with gnulib open/close macros.Roland McGrath1-2/+2
2022-03-03Update my e-mail address in the MAINTAINERS fileLuis Machado1-3/+3
2022-03-03gdb: testsuite: fix failed testcases in gdb.base/gdb-caching-proc.expTiezhu Yang1-0/+4
2022-03-02configure: Stop checking for PT_GETXMMREGS.John Baldwin2-57/+0
2022-03-02i386-bsd-nat: Assume PT_GETXMMREGS is present.John Baldwin1-10/+0
2022-03-02i386-fbsd-nat: Assume PT_GETXMMREGS is present.John Baldwin1-14/+0
2022-03-02fbsd-tdep: Implement the vsyscall_range gdbarch hook.John Baldwin1-0/+110
2022-03-02Rewrite make-target-delegates in PythonTom Tromey3-424/+363
2022-03-02Move copyright code from gdbarch.py to new fileTom Tromey5-28/+62
2022-03-01Some "distclean" fixes in gdbTom Tromey2-2/+2
2022-03-01Fix typo in the "alias" exampleTom Tromey1-1/+1
2022-03-01gdb: testsuite: fix wrong expected result in attach-pie-noexec.expTiezhu Yang1-7/+37
2022-03-01gdb: testsuite: print explicit test result in can_spawn_for_attachTiezhu Yang1-0/+2
2022-03-01gdb: add Tiezhu Yang as LoongArch maintainerTiezhu Yang1-0/+4
2022-02-28Fix "spawn id XYZ not open" errors in gdb.mi/mi-exec-run.expKeith Seitz1-23/+30
2022-02-28Add more filename stylingTom Tromey7-9/+21
2022-02-28Fix maybe-uninitialized warning in py-infthread.cTom Tromey1-1/+3
2022-02-28Handle multi-byte bracket sequences in Ada lexerTom Tromey6-21/+52
2022-02-28Handle 'QWW' encoding case in Ada enumsTom Tromey5-3/+125
2022-02-28gdb/python: Add gdb.InferiorThread.details attributeAndrew Burgess5-0/+58
2022-02-28Error when gdb_is_target_1 is called without running gdb instanceKeith Seitz1-0/+15
2022-02-28Fix gdb.fortran "failed to extract expected results" errorsKeith Seitz2-0/+12
2022-02-26Handle recursive internal problem in gdb_internal_error_resyncKevin Buettner1-0/+4
2022-02-25gdb-add-index: disable debuginfodAaron Merey1-0/+1
2022-02-25gdb: add operator+= and operator+ overload for std::stringAndrew Burgess3-3/+61
2022-02-25Print MI prompt on interrupted commandTom Tromey1-0/+11
2022-02-25gdb/testsuite: fix list.exp test casesAndrew Burgess1-50/+31
2022-02-24Support template lookups in strncmp_iw_with_modeKeith Seitz10-40/+800
2022-02-24Unit tests for strncmp_iw_with_modeKeith Seitz1-0/+565
2022-02-24Move find_toplevel_char to cp-support.[ch]Keith Seitz4-84/+81
2022-02-24Fix crash in Fortran codeTom Tromey3-2/+208
2022-02-24Revert "do_target_wait_1: Clear TARGET_WNOHANG if the target isn't async."John Baldwin1-1/+1
2022-02-24gdb: use a range based for loop when iterating over an arrayAndrew Burgess1-6/+2
2022-02-24gdb/darwin: skip over WIFSTOPPED wait4 statusDominique Quatravaux1-6/+25
2022-02-24gdb/linux-tdep: move "Perms" column rightSimon Marchi1-10/+12
2022-02-24gdb/linux-tdep: make read_mapping return a structureSimon Marchi1-52/+57
2022-02-23Fix bug in C++ overload resolutionTom Tromey3-9/+47
2022-02-23gdb/linux-tdep.c: Add Perms to the 'info proc mappings' outputDominik 'Disconnect3d' Czarnota1-8/+8
2022-02-22NEWS: Note that the FreeBSD async target supports async mode.John Baldwin1-0/+2
2022-02-22inf-ptrace: Add an event_pipe to be used for async mode in subclasses.John Baldwin6-148/+78
2022-02-22Enable async mode in the target in attach_cmd.John Baldwin5-22/+4
2022-02-22fbsd-nat: Return nullptr rather than failing ::thread_name.John Baldwin1-2/+2
2022-02-22fbsd-nat: Various cleanups to the ::resume entry debug message.John Baldwin1-2/+3
2022-02-22fbsd-nat: Include ptrace operation in error messages.John Baldwin1-16/+18
2022-02-22fbsd-nat: Implement async target support.John Baldwin2-2/+164
2022-02-22inf-ptrace: Support async targets in inf_ptrace_target::wait.John Baldwin1-3/+24