summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Implement support for recording vector data transfer instructionsOmair Javaid2014-09-162-1/+103
* Implement support for recording extension register ld/st insnOmair Javaid2014-09-162-2/+183
* Implement support for recording VFP data processing instructionsOmair Javaid2014-09-162-1/+218
* Implement support for recording thumb2 ASIMD struct ld/st insnsOmair Javaid2014-09-162-1/+197
* Implement support for recording arm/thumb mode coprocessor instructionsOmair Javaid2014-09-162-10/+122
* Fix set up of queue-signal.exp test.Doug Evans2014-09-142-0/+47
* New command queue-signal.Doug Evans2014-09-138-6/+297
* * linux-nat.c (wait_lwp): Add debugging printf.Doug Evans2014-09-132-0/+9
* Pass plain-text prompt to with_gdb_prompt.Doug Evans2014-09-133-3/+38
* after gdb_run_cmd, gdb_expect -> gdb_test_multiple/gdb_testPedro Alves2014-09-1221-463/+125
* [IRIX] eliminate deprecated_insert_raw_breakpoint usesPedro Alves2014-09-125-119/+102
* PR tdep/17379: Fix internal-error when stack pointer is invalid.Edjunior Barbosa Machado2014-09-125-3/+87
* testsuite: Fix runaway attach processesJan Kratochvil2014-09-123-6/+15
* Clarify GDBSERVER use in linux-waitpid.cGary Benson2014-09-122-5/+13
* Remove GDBSERVER uses from x86-dregs.cGary Benson2014-09-122-6/+7
* Remove GDBSERVER uses from linux-btrace.cGary Benson2014-09-123-7/+9
* Include common-defs.h instead of defs.h/server.h in shared codeGary Benson2014-09-1220-106/+42
* Introduce common-regcache.hGary Benson2014-09-129-9/+80
* Make gdb/regcache.h self-contained.Thomas Schwinge2014-09-112-0/+5
* gdb/17347 - Regression: GDB stopped on run with attached processPedro Alves2014-09-117-10/+115
* testsuite: refactor spawn and wait for attachPedro Alves2014-09-118-83/+48
* Introduce common/symbol.hGary Benson2014-09-118-15/+108
* Introduce target_{stop,continue}_ptidGary Benson2014-09-116-35/+85
* Introduce target/target.hGary Benson2014-09-119-49/+139
* Introduce show_debug_regsGary Benson2014-09-1111-54/+63
* Fix gdb.fortran/array-element.exp failures.Gabriel Krisman Bertazi2014-09-112-12/+8
* Support gdbarch_convert_register_p targets in address_from_registerUlrich Weigand2014-09-102-4/+26
* AIX: Remove exec_one_dummy_insn hackUlrich Weigand2014-09-102-57/+5
* dynarr-ptr.exp: Add ptype tests.Joel Brobecker2014-09-102-0/+28
* Ada: Print bounds/length of pointer to array with dynamic boundsJoel Brobecker2014-09-104-2/+93
* Ada subscripting of pointer to array with dynamic boundsJoel Brobecker2014-09-104-8/+125
* print PTR.all where PTR is an Ada thin pointerJoel Brobecker2014-09-105-1/+194
* Add <sys/uio.h> #include back in amd64-linux-nat.c.Joel Brobecker2014-09-102-0/+5
* PR guile/17367Doug Evans2014-09-094-7/+58
* Add myself as write-after-approval GDB maintainer.Gabriel Krisman Bertazi2014-09-102-0/+6
* MIPS: Don't infer IRIX OS ABI from generic section namesMaciej W. Rozycki2014-09-102-6/+16
* Add myself as write-after-approval GDB maintainerJames Hogan2014-09-092-0/+5
* GDB/testsuite: Correct gdb.base/watchpoint-solib.exp timeout tweakMaciej W. Rozycki2014-09-092-5/+20
* GDB/testsuite: Add/correct gdb.reverse timeout tweaksMaciej W. Rozycki2014-09-093-3/+29
* GDB/testsuite: Avoid timeout loweringMaciej W. Rozycki2014-09-092-40/+23
* Remove trad_frame_set_reg_unknown declarationJames Hogan2014-09-092-2/+4
* gdbserver-support: Handle gdbserver start failuresMaciej W. Rozycki2014-09-093-6/+36
* GDB/testsuite: Extend the time gdbserver is waited forMaciej W. Rozycki2014-09-092-0/+6
* Fix missing "struct iovec" definition on some x86-linux.Joel Brobecker2014-09-093-0/+6
* Fix regression in default.exp caused by _caller_is, etc.Doug Evans2014-09-082-0/+9
* Fix for PR 17247: Block SIGCHLD while initializing Guile.Doug Evans2014-09-085-68/+53
* gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.Doug Evans2014-09-082-1/+5
* Replace use of magic number with named constant.Doug Evans2014-09-083-2/+8
* Set print symbol off in mi-var-display.expYao Qi2014-09-092-0/+7
* Fix ppc_collect/supply_ptrace_register() routinesEdjunior Barbosa Machado2014-09-082-9/+42