aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2015-11-03linux-mips-low.c: Add castsSimon Marchi1-0/+7
2015-11-03linux-mips-low.c: Change "private" variable nameSimon Marchi1-0/+5
2015-11-03linux-mips-low.c: Fix type of mips_add_watchpoint parameterSimon Marchi1-0/+5
2015-11-03Change return type of raw_bkpt_type_to_arm_hwbp_typeSimon Marchi1-0/+5
2015-11-03gdbserver arm: Add castsSimon Marchi1-0/+7
2015-11-03linux-aarch32-low.c: Use NULL_REGSETSimon Marchi1-0/+4
2015-11-03linux-ppc-low.c: Add castsSimon Marchi1-0/+10
2015-11-03linux-ppc-low.c: Remove forward declaration, move ppc_arch_setup lowerSimon Marchi1-0/+6
2015-10-30gdbserver/proc-service.c: Change CORE_ADDR cast to uintptr_tSimon Marchi1-0/+5
2015-10-29gdbserver: Move pointer dereference to after assert checks.Henrik Wallin1-0/+5
2015-10-29Add/adjust casts in gdbserver's proc-serviceSimon Marchi1-0/+5
2015-10-29gdbserver/server.c: Cast return value of memmemSimon Marchi1-0/+5
2015-10-29Change type of write_qxfer_response parameterSimon Marchi1-0/+5
2015-10-29gdbserver/mem-break.c: Add castPedro Alves1-0/+4
2015-10-29gdbserver/tracepoint: Add casts out of tpoint->handlePedro Alves1-0/+4
2015-10-29gdbserver: enum gdb_signal castsPedro Alves1-0/+5
2015-10-29gdbserver: btrace enumsPedro Alves1-0/+18
2015-10-29gdbserver/Linux: Introduce NULL_REGSETPedro Alves1-0/+18
2015-10-26Move __SIGRTMIN.Doug Evans1-0/+4
2015-10-26musl: Move W_STOPCODE to common/gdb_wait.h.Doug Evans1-0/+4
2015-10-26Add some casts for building on musl.Doug Evans1-0/+6
2015-10-23Remove set_breakpoint_data definition in GDBServer.Antoine Tremblay1-0/+4
2015-10-23Fix nto,spu and win32 builds of GDBServer.Antoine Tremblay1-0/+12
2015-10-23Refactor default_breakpoint_kind_from_pc to be used by all targets in GDBServer.Antoine Tremblay1-0/+7
2015-10-22Fix inconsistent breakpoint kinds between breakpoints and tracepoints in GDBS...Antoine Tremblay1-0/+6
2015-10-21Support software breakpoints for ARM linux in GDBServer.Antoine Tremblay1-0/+5
2015-10-21Refactor the breakpoint definitions in linux-arm-low.c.Antoine Tremblay1-0/+6
2015-10-21Implement breakpoint_kind_from_pc and sw_breakpoint_from_kind for ARM in GDBS...Antoine Tremblay1-0/+9
2015-10-21Support breakpoint kinds for software breakpoints in GDBServer.Antoine Tremblay1-0/+33
2015-10-21Add the target_ops needed for software breakpoints in GDBServer.Antoine Tremblay1-0/+91
2015-10-21Fix --host cris-*-linux build of GDBServer.Antoine Tremblay1-0/+4
2015-10-16[nto] Fix nto build.Aleksandar Ristovski1-0/+5
2015-10-16gdbserver: Reset current_thread when the thread is removed.Aleksandar Ristovski1-0/+7
2015-10-15aarch64 multi-arch part 6: HW breakpoint on unaligned addressYao Qi1-0/+7
2015-10-12Rename emit_load_store to aarch64_emit_load_storeYao Qi1-0/+5
2015-10-12Rename emit_insn to aarch64_emit_insnYao Qi1-0/+5
2015-10-12Support displaced stepping in aarch64-linuxYao Qi1-0/+12
2015-10-12Move aarch64_relocate_instruction to arch/aarch64-insn.cYao Qi1-0/+8
2015-10-12Use visitor in aarch64_relocate_instructionYao Qi1-0/+15
2015-10-12Move append_insns out of aarch64_relocate_instructionYao Qi1-0/+7
2015-10-12Move target_read_uint32 out of aarch64_relocate_instructionYao Qi1-0/+8
2015-09-30Shorten long lines in linux-aarch64-low.cYao Qi1-0/+5
2015-09-25Add some more casts (1/2)Simon Marchi1-0/+18
2015-09-25Add casts to memory allocation related callsSimon Marchi1-0/+48
2015-09-21Implement target_emit_opsPierre Langlois1-0/+87
2015-09-21Add support for fast tracepointsPierre Langlois1-0/+67
2015-09-21Move instruction decoding into new arch/ directoryPierre Langlois1-0/+5
2015-09-21Wrap gdb_agent_op_sizes by #ifndef IN_PROCESS_AGENTYao Qi1-0/+4
2015-09-21[gdbserver] Remove unused max_jump_pad_sizeYao Qi1-0/+4
2015-09-18aarch64 multi-arch (part 3): get thread areaYao Qi1-0/+5