summaryrefslogtreecommitdiff
path: root/gdb/gdbserver
Commit message (Expand)AuthorAgeFilesLines
* Make aarch64_notify_debug_reg_change the same on GDB and GDBserverYao Qi2015-08-252-1/+6
* Use debug_printf in debug_reg_change_callbackYao Qi2015-08-252-9/+14
* Use phex debug_reg_change_callbackYao Qi2015-08-252-8/+12
* Remove some comments in debug_reg_change_callbackYao Qi2015-08-252-20/+4
* Re-indent the codeYao Qi2015-08-252-33/+38
* [gdbserver] Use iterate_over_lwps in aarch64_notify_debug_reg_changeYao Qi2015-08-252-19/+21
* gdbserver crashes when multiprocess extensions aren't supportedPedro Alves2015-08-244-3/+22
* Prepare for gnulib updatePedro Alves2015-08-245-4/+11
* Fix gdbserver SPU buildPedro Alves2015-08-242-1/+6
* Fix ax.c:gdb_eval_agent_exprPedro Alves2015-08-212-1/+6
* C++: Initialize a couple const globalsPedro Alves2015-08-212-1/+5
* Fix gdbserver crash exposed by gdb.threads/process-dies-while-handling-bp.expPedro Alves2015-08-214-19/+35
* gdbserver: don't pick a random thread if the current thread diesPedro Alves2015-08-218-53/+83
* xtensa: implement NPTL helpersMax Filippov2015-08-213-0/+29
* Prelimit number of bytes to read in "vFile:pread:"Gary Benson2015-08-192-0/+17
* gdbserver/linux-aarch32-low: build failure when NT_ARM_VFP not definedJoel Brobecker2015-08-182-0/+10
* Add support for DT_MIPS_RLD_MAP_REL.Matthew Fortune2015-08-142-4/+30
* gdbserver/tracepoint.c: make exported IPA global int instead of enumPedro Alves2015-08-062-1/+8
* gdbserver: no point in hiding the regcache type nowadaysPedro Alves2015-08-065-9/+25
* gdbserver: fix silent error exitPedro Alves2015-08-062-0/+11
* gdbserver: move_out_of_jump_pad_callback misses switching current threadPedro Alves2015-08-062-0/+12
* Fix gdbserver --debug issues caught by ValgrindPedro Alves2015-08-062-9/+18
* Remove required field in agent's symbolsPierre Langlois2015-08-062-1/+4
* gdbserver: Fix non-stop / fork / step-over issuesPedro Alves2015-08-062-29/+216
* Linux gdbserver confused when event randomization picks process exit eventPedro Alves2015-08-063-35/+54
* Linux gdbserver fork event debug outputPedro Alves2015-08-062-7/+15
* Disable tracepoint support for aarch32Yao Qi2015-08-042-1/+12
* Disable Z0 packet on aarch64 on multi-arch debuggingYao Qi2015-08-044-1/+25
* Get and set PC correctly on aarch64 in multi-archYao Qi2015-08-042-7/+33
* Use arm target description and regs_info for 32-bit file on aarch64 GDBserverYao Qi2015-08-043-3/+56
* New regs_info for aarch32Yao Qi2015-08-045-47/+219
* Move have_ptrace_getregset to linux-low.cYao Qi2015-08-044-3/+11
* C++: dlsym casts in gdb/linux-thread-db.c and gdb/gdbserver/thread-db.cPedro Alves2015-08-042-39/+40
* Nios II R2 support for GDB.Sandra Loosemore2015-08-032-2/+31
* remote follow fork and spurious child stops in non-stop modePedro Alves2015-07-301-0/+2
* Remove global variable arm_hwcapYao Qi2015-07-302-7/+9
* Use regcache->tdesc instead of arm_hwcapYao Qi2015-07-302-12/+20
* Don't use arm_regmap and arm_num_regs in arm_fill_gregset and arm_store_gregsetYao Qi2015-07-302-8/+20
* MIPS ptrace build fixesSimon Marchi2015-07-292-1/+6
* [gdbserver] Don't set srv_linux_usrregs for aarch64*-*-linux*Yao Qi2015-07-272-1/+5
* Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves2015-07-2414-13/+31
* C++: handle glibc's ptrace(enum __ptrace_request, ...)Pedro Alves2015-07-243-9/+87
* make gdbserver use the same ptrace autoconf checks as gdbPedro Alves2015-07-245-0/+232
* Remove proc->priv->new_inferiorYao Qi2015-07-243-15/+10
* Initialise target descrption after skipping extra traps for --wrapperYao Qi2015-07-248-13/+84
* Set proc->priv->new_inferior out of linux_add_processYao Qi2015-07-242-5/+15
* Refactor start_inferiorYao Qi2015-07-242-12/+15
* Set general_thread after restartYao Qi2015-07-242-1/+18
* Remove leading/trailing white spaces in ChangeLogH.J. Lu2015-07-241-9/+9
* Move aarch64_linux_get_debug_reg_capacity to nat/aarch64-linux-hw-point.cYao Qi2015-07-212-47/+6