summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Don't store the inferior's exit code for --return-child-result in a print rou...Pedro Alves2014-05-222-2/+9
* PR gdb/13860: don't lose '-interpreter-exec console EXECUTION_COMMAND''s outp...Pedro Alves2014-05-2111-9/+262
* PR gdb/13860: make -interpreter-exec console "list" behave more like "list".Pedro Alves2014-05-2111-23/+197
* fix file names in earlier checkinDoug Evans2014-05-211-4/+4
* Revert "Fix argument passing in mi_run_cmd_full"Simon Marchi2014-05-212-12/+6
* Native targets: Add inf-child.c:inf_child_mourn_inferior and use it.Pedro Alves2014-05-219-13/+29
* gdb/testsuite: Bump up `match_max'Maciej W. Rozycki2014-05-212-2/+8
* * scm-breakpoint.c (breakpoint_functions): Fix typo.Doug Evans2014-05-212-1/+5
* Make exception throwers have void result. Delete unused gdbscm_scm_to_target...Doug Evans2014-05-214-24/+20
* Allow making GDB not automatically connect to the native target.Pedro Alves2014-05-2120-47/+574
* NEWS: Mention native target renames.Pedro Alves2014-05-212-0/+16
* go32-nat.c: Don't override to_open.Pedro Alves2014-05-212-7/+5
* nto-procfs.c: Add "target native".Pedro Alves2014-05-212-12/+41
* Windows: Rename "target child" -> "target native"Pedro Alves2014-05-212-3/+5
* Rename "target GNU" -> "target native"Pedro Alves2014-05-212-4/+5
* Rename "target darwin-child" -> "target native"Pedro Alves2014-05-212-4/+5
* Rename "target djgpp" -> "target native"Pedro Alves2014-05-212-4/+5
* Rename "target child" to "target native".Pedro Alves2014-05-214-6/+16
* Drop regset_alloc().Andreas Arnez2014-05-214-56/+9
* SPARC: Replace regset_alloc() invocations by static regset structures.Andreas Arnez2014-05-218-21/+105
* SPARC: Rename register maps from "*regset" to "*regmap"Andreas Arnez2014-05-2122-179/+275
* SCORE: Replace regset_alloc() invocation by a static regset structure.Andreas Arnez2014-05-213-20/+17
* MN10300: Replace regset_alloc() invocations by static regset structures.Andreas Arnez2014-05-212-9/+19
* MIPS: Replace regset_alloc() invocations by static regset structures.Andreas Arnez2014-05-214-41/+36
* X86: Replace regset_alloc() invocations by static regset structures.Andreas Arnez2014-05-218-77/+80
* ARM: Replace regset_alloc() invocations by static regset structures.Andreas Arnez2014-05-213-23/+27
* AARCH64: Replace regset_alloc() invocations by static regset structures.Andreas Arnez2014-05-213-18/+24
* Remove 'arch' field from regset structure.Andreas Arnez2014-05-2110-27/+41
* Constify regset structures.Andreas Arnez2014-05-2125-39/+71
* gdb/testsuite: Handle underlying type in gdb.cp/var-tag.exp.Mark Wielaard2014-05-212-3/+13
* Fix TLS access for -static -pthreadJan Kratochvil2014-05-219-32/+131
* Make the dcache (code/stack cache) handle line reading errors betterPedro Alves2014-05-215-2/+190
* Fix gdb.multi/base.exp failures.Doug Evans2014-05-202-1/+15
* Make compare-sections work against all targets; add compare-sections [-r] tests.Pedro Alves2014-05-2011-40/+316
* [GDBserver] Make Zx/zx packet handling idempotent.Pedro Alves2014-05-2025-411/+1300
* [GDBserver] Move Z packet defines and type convertion routines to shared code.Pedro Alves2014-05-209-81/+62
* [GDBserver][AArch64] Make watchpoint support use target_hw_bp_type.Pedro Alves2014-05-202-39/+82
* Do not build gdbserver with -Werror by default if development=falseJoel Brobecker2014-05-203-4/+10
* btrace: no replay without historyMarkus Metzger2014-05-204-0/+58
* Set timeout for gdb.reverse/*.exp test casesYao Qi2014-05-203-0/+21
* gdb_init argument ARGS is a string rather than a listYao Qi2014-05-202-10/+12
* Fix issue #15778: GDB Aarch64 signal frame unwinder issueHui Zhu2014-05-202-29/+41
* build_type_unit_groups and moved closer to only caller and renamedDoug Evans2014-05-192-158/+164
* fix two latent type errorsTom Tromey2014-05-193-4/+7
* Remove all_type_unit_groups, unused.Doug Evans2014-05-192-79/+31
* Fix gdbserver qGetTLSAddr for x86_64 -m32Jan Kratochvil2014-05-192-0/+11
* * eval.c (evaluate_subexp_standard): Add some comments.Doug Evans2014-05-192-3/+14
* [testsuite patch] Test power{5,6,7} disassemblyJan Kratochvil2014-05-193-0/+324
* * progspace.c (remove_program_space): Delete, unused.Doug Evans2014-05-173-27/+5
* * inferior.c (prune_inferiors): Fix comment.Doug Evans2014-05-172-2/+9