aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2015-08-25Remove some comments in debug_reg_change_callbackYao Qi2-20/+4
2015-08-25Re-indent the codeYao Qi2-33/+38
2015-08-25[gdbserver] Use iterate_over_lwps in aarch64_notify_debug_reg_changeYao Qi2-19/+21
2015-08-24gdbserver crashes when multiprocess extensions aren't supportedPedro Alves4-3/+22
2015-08-24Prepare for gnulib updatePedro Alves5-4/+11
2015-08-24Fix gdbserver SPU buildPedro Alves2-1/+6
2015-08-21Fix ax.c:gdb_eval_agent_exprPedro Alves2-1/+6
2015-08-21C++: Initialize a couple const globalsPedro Alves2-1/+5
2015-08-21Fix gdbserver crash exposed by gdb.threads/process-dies-while-handling-bp.expPedro Alves4-19/+35
2015-08-21gdbserver: don't pick a random thread if the current thread diesPedro Alves8-53/+83
2015-08-21xtensa: implement NPTL helpersMax Filippov3-0/+29
2015-08-19Prelimit number of bytes to read in "vFile:pread:"Gary Benson2-0/+17
2015-08-18gdbserver/linux-aarch32-low: build failure when NT_ARM_VFP not definedJoel Brobecker2-0/+10
2015-08-14Add support for DT_MIPS_RLD_MAP_REL.Matthew Fortune2-4/+30
2015-08-06gdbserver/tracepoint.c: make exported IPA global int instead of enumPedro Alves2-1/+8
2015-08-06gdbserver: no point in hiding the regcache type nowadaysPedro Alves5-9/+25
2015-08-06gdbserver: fix silent error exitPedro Alves2-0/+11
2015-08-06gdbserver: move_out_of_jump_pad_callback misses switching current threadPedro Alves2-0/+12
2015-08-06Fix gdbserver --debug issues caught by ValgrindPedro Alves2-9/+18
2015-08-06Remove required field in agent's symbolsPierre Langlois2-1/+4
2015-08-06gdbserver: Fix non-stop / fork / step-over issuesPedro Alves2-29/+216
2015-08-06Linux gdbserver confused when event randomization picks process exit eventPedro Alves3-35/+54
2015-08-06Linux gdbserver fork event debug outputPedro Alves2-7/+15
2015-08-04Disable tracepoint support for aarch32Yao Qi2-1/+12
2015-08-04Disable Z0 packet on aarch64 on multi-arch debuggingYao Qi4-1/+25
2015-08-04Get and set PC correctly on aarch64 in multi-archYao Qi2-7/+33
2015-08-04Use arm target description and regs_info for 32-bit file on aarch64 GDBserverYao Qi3-3/+56
2015-08-04New regs_info for aarch32Yao Qi5-47/+219
2015-08-04Move have_ptrace_getregset to linux-low.cYao Qi4-3/+11
2015-08-04C++: dlsym casts in gdb/linux-thread-db.c and gdb/gdbserver/thread-db.cPedro Alves2-39/+40
2015-08-03Nios II R2 support for GDB.Sandra Loosemore2-2/+31
2015-07-30remote follow fork and spurious child stops in non-stop modePedro Alves1-0/+2
2015-07-30Remove global variable arm_hwcapYao Qi2-7/+9
2015-07-30Use regcache->tdesc instead of arm_hwcapYao Qi2-12/+20
2015-07-30Don't use arm_regmap and arm_num_regs in arm_fill_gregset and arm_store_gregsetYao Qi2-8/+20
2015-07-29MIPS ptrace build fixesSimon Marchi2-1/+6
2015-07-27[gdbserver] Don't set srv_linux_usrregs for aarch64*-*-linux*Yao Qi2-1/+5
2015-07-24Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves14-13/+31
2015-07-24C++: handle glibc's ptrace(enum __ptrace_request, ...)Pedro Alves3-9/+87
2015-07-24make gdbserver use the same ptrace autoconf checks as gdbPedro Alves5-0/+232
2015-07-24Remove proc->priv->new_inferiorYao Qi3-15/+10
2015-07-24Initialise target descrption after skipping extra traps for --wrapperYao Qi8-13/+84
2015-07-24Set proc->priv->new_inferior out of linux_add_processYao Qi2-5/+15
2015-07-24Refactor start_inferiorYao Qi2-12/+15
2015-07-24Set general_thread after restartYao Qi2-1/+18
2015-07-24Remove leading/trailing white spaces in ChangeLogH.J. Lu1-9/+9
2015-07-21Move aarch64_linux_get_debug_reg_capacity to nat/aarch64-linux-hw-point.cYao Qi2-47/+6
2015-07-17Move common aarch64 HW breakpoint/watchpoint code to nat/Yao Qi4-618/+35
2015-07-17Pass aarch64_debug_reg_state to functionsYao Qi2-21/+32
2015-07-17Use debug_printf to print debug messageYao Qi2-19/+25