Use gdbpy_ref in python.c
[binutils-gdb.git] / gdb / gdbserver /
2017-01-09 Antoine TremblayFix inferior memory reading in GDBServer for arm/aarch32
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-23 Luis MachadoFix incorrect reference to source files
2016-11-30 Simon MarchiMakefiles: Disable suffix rules and implicit rules
2016-11-23 Pedro Alvesgdb: Use C++11 std::chrono
2016-11-23 Simon MarchiMinor formatting fixups in Makefiles
2016-11-23 Simon MarchiMakefiles: Flatten and sort file lists
2016-11-23 Pedro Alvesgdbserver: Use warning for warnings
2016-11-23 Pedro Alvesgdbserver: Use debug_printf for debug output
2016-11-17 Simon MarchiMakefile: Replace old suffix rules with pattern rules
2016-11-17 Simon MarchiRemove code that checks for GNU/non-GNU make
2016-10-28 Pedro Alvesgdb: Require C++11
2016-10-27 Yao QiEnable range stepping if software single step is supported
2016-10-27 Yao QiGet pending events in random
2016-10-27 Yao QiRemove single-step breakpoint for GDBserver internal...
2016-10-26 Pedro Alvesgdbserver: Leave already-vCont-resumed threads as they...
2016-10-24 Yao Qi[GDBserver] Fix conversion warning
2016-10-10 Yao QiShare enum arm_breakpoint_kinds
2016-10-06 Sergio Durigan JuniorConsolidate API of target_supports_multi_process
2016-10-05 Tom TromeyPR remote/20655 - small fix in handle_tracepoint_bkpts
2016-10-05 Yao QiUpdate the path arm-*.xml files for aarch64
2016-10-05 Yao QiClean up the XML files for ARM
2016-09-30 Yao QiPR 20627: Use resume_stop to stop lwp
2016-09-26 Yao QiCall debug_exit in linux_wait_1
2016-09-23 Pedro Alvesgdb: Replace operator new / operator new[]
2016-09-21 Simon MarchiUpdate and add .gitignore's
2016-09-21 Yao QiKeep reserved bits in CPSR on write
2016-09-19 Sergio Durigan JuniorConsolidate target_mourn_inferior between GDB and gdbserver
2016-09-16 Andreas Arnezlinux-nat: Add function lwp_is_stepping
2016-09-13 Carl E. LoveFix for gdb.server/non-existing-program.exp test case
2016-09-13 Carl E. LoveFix for gdb.server/non-existing-program.exp test case
2016-09-05 Pedro Alvesgdb/: Require a C++ compiler
2016-09-03 Akash TrehanRemoved redundant line remote-utils.c
2016-09-02 Yao Qi[GDBserver] Replace "reinsert_breakpoint" with "single_...
2016-09-01 Sergio Durigan JuniorShare target_wait prototype between GDB and gdbserver
2016-09-01 Sergio Durigan JuniorUse target_continue{,_no_signal} instead of target_resume
2016-08-31 Antoine TremblayFix lwp_suspend/unsuspend imbalance in linux_wait_1
2016-08-25 Adhemerval ZanellaSync proc_service definition with GLIBC
2016-08-19 Pedro Alvesx32: gdbserver's agent bytecode JIT: fix "call" emission
2016-08-19 Pedro Alvesx32: Avoid unsigned long when installing fast tracepoin...
2016-08-19 Pedro Alvesx32 Fast tracepoints: Customize jump pad address
2016-08-19 Pedro Alvesx32 Fast tracepoints: IPA target descriptions
2016-08-09 Pedro AlvesFix PR gdb/18653: gdb disturbs inferior's inherited...
2016-08-05 Pedro Alvesgdb/configure --help: suggest --disable-build-with...
2016-08-04 Yao QiQuiet ptrace error ESRCH in regsets_fetch_inferior_regi...
2016-08-02 Yao Qi[GDBserver] Remove td_ta_event_addr td_ta_set_event...
2016-07-26 Pedro AlvesFix PR server/20414 - x32 gdbserver always crashes...
2016-07-26 Pedro AlvesFix PR gdb/20287 - x32 and "gdb_static_assert (sizeof...
2016-07-21 Tom TromeyAdd -Wunused-but-set-* to build
2016-07-21 Yao QiFix cast to 'gdb_breakpoint *'
2016-07-21 Yao QiSupport vCont s and S actions with software single...
2016-07-21 Yao QiUse reinsert_breakpoint for vCont;s
2016-07-21 Yao QiEnqueue signal even when resuming threads
2016-07-21 Yao QiUse enqueue_pending_signal in linux_resume_one_thread
2016-07-21 Yao QiSwitch current_thread to lwp's thread in install_softwa...
2016-07-21 Yao QiMake reinsert_breakpoint thread specific
2016-07-21 Yao QiRefactor clone_all_breakpoints
2016-07-21 Yao QiCreate sub classes of 'struct breakpoint'
2016-07-21 Yao QiPass breakpoint type in set_breakpoint_at
2016-07-12 Chung-Lin TangAdd type casts to allow C++ compile.
2016-07-01 Pedro AlvesFix failure to detach if process exits while detaching...
2016-06-28 Yao Qi[AArch64] Use int64_t for address offset
2016-06-28 Yao QiImplement get_syscall_trapinfo for arm-linux
2016-06-28 Yao QiImplement get_syscall_trapinfo for aarch64-linux
2016-06-28 Yao QiRemove parameter sysret from linux_target_ops.get_sysca...
2016-06-21 Andreas ArnezS390 gdbserver: Mark local funcs/vars as static
2016-06-17 Yao QiHandle reinsert breakpoints for vforked child
2016-06-17 Yao QiDelete reinsert breakpoints from forked child
2016-06-17 Yao QiStep over exit with reinsert breakpoints
2016-06-17 Yao QiMore assert checks on reinsert breakpoint
2016-06-17 Yao QiSwitch to current thread in finish_step_over
2016-06-03 Jon TurneyFix C++ build for Cygwin
2016-05-17 Yao QiUse unsuspend_all_lwps
2016-05-05 Simon MarchiFix ChangeLog entry format
2016-05-05 Yao QiInitialize res in get_next_pcs_read_memory_unsigned_integer
2016-05-05 Yao QiChange type of cpsr in arm_sigreturn_next_pc
2016-05-04 Ulrich Weigand[spu] Fix C++ build problems
2016-04-28 Par OlssonFix write endianness/size problem for fast tracepoint...
2016-04-28 Yao QiRemove need_step_over from struct lwp_info
2016-04-25 Yao QiResume the inferior with signal rather than stepping...
2016-04-25 Yao Qi[GDBserver] Don't error in reinsert_raw_breakpoint...
2016-04-25 Yao QiInsert breakpoint even when the raw breakpoint is found
2016-04-22 Yao Qi[ARM] Clear reserved bits in CPSR
2016-04-22 Walfred Tedeschi[obv] [PR gdb/19980] Typo in gdbserver/configure.srv
2016-04-22 Yao QiDeliver signal in hardware single step
2016-04-21 Pedro AlvesFix s390 GNU/Linux gdb and gdbserver builds
2016-04-20 Pedro AlvesBuild GDB as a C++ program by default
2016-04-20 Yao QiMove ARM_CPSR_GREGNUM to arch/arm-linux.h
2016-04-19 Walfred TedeschiAdd target descriptions for AVX + MPX
2016-04-18 Pedro AlvesFix PR gdb/19250: ptrace prototype is not detected...
2016-04-13 Antoine TremblayFix aarch64 ftrace JIT condition testcase
2016-04-12 Pedro AlvesEliminate prepare_to_throw_exception
2016-04-05 Simon MarchiMake ftrace tests work with remote targets
2016-04-05 Marcin KościelnickiIPA: Move getauxval out of #ifndef IN_PROCESS_AGENT
2016-04-03 Marcin KościelnickiIPA: Fix build problem on !HAVE_GETAUXVAL
2016-03-31 Marcin Kościelnickigdbserver: Fix C++ build errors in tracepoint.c
2016-03-31 Marcin Kościelnickigdbserver: Add emit_ops for powerpc.
2016-03-31 Marcin Kościelnickigdbserver: Add powerpc fast tracepoint support.
2016-03-31 Marcin KościelnickiIPA: Add alloc_jump_pad_buffer target hook.
2016-03-30 Marcin Kościelnickigdbserver/IPA: Export some functions via global functio...
next