aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2015-12-18Replace breakpoint_reinsert_addr by get_next_pcs operation in GDBServerAntoine Tremblay11-13/+53
2015-12-17Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTLPedro Alves3-47/+26
2015-12-16Fix -Wno-unknown-warning support detectionPedro Alves3-4/+28
2015-12-14Target remote mode fork and exec event supportDon Breazeal2-2/+9
2015-12-11Understand arm breakpoints in aarch64_breakpoint_atYao Qi2-6/+16
2015-12-11Use arm_eabi_breakpoint on aarch32Yao Qi2-3/+8
2015-12-07Support Z0 packet in AArch64 multi-arch debuggingYao Qi8-181/+243
2015-12-04gdbserver: set ptrace flags after creating inferiorsJosh Stone8-15/+54
2015-12-03Remove duplicate arch/arm.h include in linux-arm-low.c.Antoine Tremblay2-2/+4
2015-11-30Remove too simple breakpoint_reinsert_addr implementations.Antoine Tremblay7-88/+21
2015-11-30Remove support for thread events without PTRACE_EVENT_CLONE in GDBServer.Antoine Tremblay4-154/+25
2015-11-30Refactor queries for hardware and software single stepping support in GDBServer.Antoine Tremblay16-6/+355
2015-11-30Fix instruction skipping when using software single step in GDBServerAntoine Tremblay4-7/+41
2015-11-30Fix breakpoint size when stepping over a permanent breakpoint in GDBServer.Antoine Tremblay5-2/+83
2015-11-30gdbserver: don't exit until GDB disconnectsPedro Alves2-27/+18
2015-11-30gdbserver/linux: Always wake up event loop after resumePedro Alves2-0/+10
2015-11-30gdbserver:prepare_access_memory: pick another threadPedro Alves4-20/+131
2015-11-30Implement TARGET_WAITKIND_NO_RESUMED in the remote protocolPedro Alves4-14/+65
2015-11-30gdbserver: fix killed-outside.expPedro Alves2-6/+31
2015-11-30Remote thread create/exit eventsPedro Alves5-33/+136
2015-11-30gdbserver resume_stop handling bugPedro Alves2-1/+5
2015-11-30gdbserver crash if gdb attaches too fastPedro Alves2-12/+46
2015-11-30New vCtrlC packet, non-stop mode equivalent of \003Pedro Alves2-0/+11
2015-11-30gdbserver crash running gdb.threads/non-ldr-exc-1.expPedro Alves4-0/+59
2015-11-30Fix ChangeLog entryPedro Alves1-1/+1
2015-11-26Display names of remote threadsSimon Marchi4-8/+28
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