aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2014-05-28Fix typo in commentsYao Qi2-1/+5
2014-05-27Prompt the user to file bug reports for internal errors and warnings.Gary Benson2-0/+10
2014-05-26remove unnecessary smob mark/free functionsAndy Wingo14-204/+21
2014-05-26gdb smob cleanupsAndy Wingo22-344/+102
2014-05-26guile.texi (Basic Guile): Fix some typos.Andy Wingo2-2/+6
2014-05-26Fix excess parentheses in use-modules forms.Andy Wingo2-5/+10
2014-05-26Add configure support for building with guile 2.2.Andy Wingo3-2/+7
2014-05-26fix 80 cols overrun in earlier entryDoug Evans1-1/+1
2014-05-26Specify source file explicitly when setting a breakpointYao Qi2-1/+6
2014-05-24Don't use @var at the beginning of a sentence in GDB documentation.Eli Zaretskii4-208/+239
2014-05-23Include asm/ptrace.h for linux-aarch64-low.cRamana Radhakrishnan2-0/+5
2014-05-23btrace, vdso: add vdso target sectionsMarkus Metzger5-0/+110
2014-05-23test, gcore: move capture_command_output into lib/gdb.expMarkus Metzger3-13/+19
2014-05-23btrace: control memory access during replayMarkus Metzger7-12/+135
2014-05-22Add comment for mi_run_cmd_fullSimon Marchi2-0/+16
2014-05-22Include asm/ptrace.h in aarch64-linux-nat.cRamana Radhakrishnan2-0/+5
2014-05-22Reinstate self to Write After ApprovalRamana Radhakrishnan2-1/+6
2014-05-22Add new infrun.h header.Pedro Alves44-136/+267
2014-05-22Don't store the inferior's exit code for --return-child-result in a print rou...Pedro Alves2-2/+9
2014-05-21PR gdb/13860: don't lose '-interpreter-exec console EXECUTION_COMMAND''s outp...Pedro Alves11-9/+262
2014-05-21PR gdb/13860: make -interpreter-exec console "list" behave more like "list".Pedro Alves11-23/+197
2014-05-21fix file names in earlier checkinDoug Evans1-4/+4
2014-05-21Revert "Fix argument passing in mi_run_cmd_full"Simon Marchi2-12/+6
2014-05-21Native targets: Add inf-child.c:inf_child_mourn_inferior and use it.Pedro Alves9-13/+29
2014-05-21gdb/testsuite: Bump up `match_max'Maciej W. Rozycki2-2/+8
2014-05-21* scm-breakpoint.c (breakpoint_functions): Fix typo.Doug Evans2-1/+5
2014-05-21Make exception throwers have void result. Delete unused gdbscm_scm_to_target...Doug Evans4-24/+20
2014-05-21Allow making GDB not automatically connect to the native target.Pedro Alves20-47/+574
2014-05-21NEWS: Mention native target renames.Pedro Alves2-0/+16
2014-05-21go32-nat.c: Don't override to_open.Pedro Alves2-7/+5
2014-05-21nto-procfs.c: Add "target native".Pedro Alves2-12/+41
2014-05-21Windows: Rename "target child" -> "target native"Pedro Alves2-3/+5
2014-05-21Rename "target GNU" -> "target native"Pedro Alves2-4/+5
2014-05-21Rename "target darwin-child" -> "target native"Pedro Alves2-4/+5
2014-05-21Rename "target djgpp" -> "target native"Pedro Alves2-4/+5
2014-05-21Rename "target child" to "target native".Pedro Alves4-6/+16
2014-05-21Drop regset_alloc().Andreas Arnez4-56/+9
2014-05-21SPARC: Replace regset_alloc() invocations by static regset structures.Andreas Arnez8-21/+105
2014-05-21SPARC: Rename register maps from "*regset" to "*regmap"Andreas Arnez22-179/+275
2014-05-21SCORE: Replace regset_alloc() invocation by a static regset structure.Andreas Arnez3-20/+17
2014-05-21MN10300: Replace regset_alloc() invocations by static regset structures.Andreas Arnez2-9/+19
2014-05-21MIPS: Replace regset_alloc() invocations by static regset structures.Andreas Arnez4-41/+36
2014-05-21X86: Replace regset_alloc() invocations by static regset structures.Andreas Arnez8-77/+80
2014-05-21ARM: Replace regset_alloc() invocations by static regset structures.Andreas Arnez3-23/+27
2014-05-21AARCH64: Replace regset_alloc() invocations by static regset structures.Andreas Arnez3-18/+24
2014-05-21Remove 'arch' field from regset structure.Andreas Arnez10-27/+41
2014-05-21Constify regset structures.Andreas Arnez25-39/+71
2014-05-21gdb/testsuite: Handle underlying type in gdb.cp/var-tag.exp.Mark Wielaard2-3/+13
2014-05-21Fix TLS access for -static -pthreadJan Kratochvil9-32/+131
2014-05-21Make the dcache (code/stack cache) handle line reading errors betterPedro Alves5-2/+190