aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2015-11-23[LynxOS] GDBserver crash debugging threaded programJoel Brobecker4-2/+26
2015-11-23[gdbserver] disable Elf32_auxv_t/Elf64_auxv_t AC_CHECK_TYPES check on AndroidJoel Brobecker3-4/+37
2015-11-22target.h: #include <sys/types.h>.Doug Evans2-0/+5
2015-11-19gdbserver: Fix qSupported:xmlRegisters=i386;UnknownFeature+ handlingPedro Alves6-24/+53
2015-11-19[C++] Default to -Werror in C++ mode tooPedro Alves3-4/+8
2015-11-19[C++] Drop -fpermissive hackPedro Alves2-2/+5
2015-11-19Change argument opcode type from enum aarch64_opcodes to uint32_tYao Qi2-1/+6
2015-11-19Define enum out of the scope of structYao Qi2-5/+13
2015-11-19Cast void * to user_fpsimd_state *.Yao Qi2-2/+9
2015-11-19Cast void * to struct user_pt_regs *Yao Qi2-2/+8
2015-11-18[gdbserver/ipa] Fix build dependenciesPedro Alves2-1/+5
2015-11-17[C++/mingw] gdbserver: gdb/host signal mixupPedro Alves2-4/+11
2015-11-17[C++/mingw] handle_output_debug_stringPedro Alves2-6/+11
2015-11-17[C++/mingw] gdbserver castsPedro Alves2-11/+13
2015-11-03linux-mips-low.c: Add castsSimon Marchi2-4/+11
2015-11-03linux-mips-low.c: Change "private" variable nameSimon Marchi2-2/+7
2015-11-03linux-mips-low.c: Fix type of mips_add_watchpoint parameterSimon Marchi2-2/+7
2015-11-03Change return type of raw_bkpt_type_to_arm_hwbp_typeSimon Marchi2-1/+6
2015-11-03gdbserver arm: Add castsSimon Marchi3-4/+11
2015-11-03linux-aarch32-low.c: Use NULL_REGSETSimon Marchi2-1/+5
2015-11-03linux-ppc-low.c: Add castsSimon Marchi2-7/+17
2015-11-03linux-ppc-low.c: Remove forward declaration, move ppc_arch_setup lowerSimon Marchi2-98/+103
2015-10-30gdbserver/proc-service.c: Change CORE_ADDR cast to uintptr_tSimon Marchi2-2/+7
2015-10-29gdbserver: Move pointer dereference to after assert checks.Henrik Wallin2-2/+10
2015-10-29Add/adjust casts in gdbserver's proc-serviceSimon Marchi2-2/+8
2015-10-29gdbserver/server.c: Cast return value of memmemSimon Marchi2-1/+7
2015-10-29Change type of write_qxfer_response parameterSimon Marchi2-1/+6
2015-10-29gdbserver/mem-break.c: Add castPedro Alves2-1/+5
2015-10-29gdbserver/tracepoint: Add casts out of tpoint->handlePedro Alves2-2/+16
2015-10-29gdbserver: enum gdb_signal castsPedro Alves2-6/+11
2015-10-29gdbserver: btrace enumsPedro Alves4-5/+24
2015-10-29gdbserver/Linux: Introduce NULL_REGSETPedro Alves16-14/+37
2015-10-26Move __SIGRTMIN.Doug Evans2-6/+4
2015-10-26musl: Move W_STOPCODE to common/gdb_wait.h.Doug Evans2-4/+4
2015-10-26Add some casts for building on musl.Doug Evans2-4/+11
2015-10-23Remove set_breakpoint_data definition in GDBServer.Antoine Tremblay2-5/+4
2015-10-23Fix nto,spu and win32 builds of GDBServer.Antoine Tremblay4-10/+139
2015-10-23Refactor default_breakpoint_kind_from_pc to be used by all targets in GDBServer.Antoine Tremblay5-14/+31
2015-10-22Fix inconsistent breakpoint kinds between breakpoints and tracepoints in GDBS...Antoine Tremblay2-2/+20
2015-10-21Support software breakpoints for ARM linux in GDBServer.Antoine Tremblay2-0/+6
2015-10-21Refactor the breakpoint definitions in linux-arm-low.c.Antoine Tremblay2-12/+21
2015-10-21Implement breakpoint_kind_from_pc and sw_breakpoint_from_kind for ARM in GDBS...Antoine Tremblay4-5/+80
2015-10-21Support breakpoint kinds for software breakpoints in GDBServer.Antoine Tremblay5-93/+121
2015-10-21Add the target_ops needed for software breakpoints in GDBServer.Antoine Tremblay21-62/+356
2015-10-21Fix --host cris-*-linux build of GDBServer.Antoine Tremblay2-1/+5
2015-10-16[nto] Fix nto build.Aleksandar Ristovski2-2/+7
2015-10-16gdbserver: Reset current_thread when the thread is removed.Aleksandar Ristovski1-0/+7
2015-10-16gdbserver: Reset current_thread when the thread is removed.Aleksandar Ristovski1-0/+24
2015-10-15aarch64 multi-arch part 6: HW breakpoint on unaligned addressYao Qi3-6/+37
2015-10-12Rename emit_load_store to aarch64_emit_load_storeYao Qi2-3/+8