aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2016-04-28Fix write endianness/size problem for fast tracepoint enabled flagPar Olsson2-1/+14
2016-04-28Remove need_step_over from struct lwp_infoYao Qi2-20/+0
2016-04-25Resume the inferior with signal rather than stepping overYao Qi2-3/+21
2016-04-25[GDBserver] Don't error in reinsert_raw_breakpoint if bp->insertedYao Qi2-1/+6
2016-04-25Insert breakpoint even when the raw breakpoint is foundYao Qi1-20/+28
2016-04-22[ARM] Clear reserved bits in CPSRYao Qi2-1/+9
2016-04-22[obv] [PR gdb/19980] Typo in gdbserver/configure.srvWalfred Tedeschi1-1/+1
2016-04-22Deliver signal in hardware single stepYao Qi2-3/+13
2016-04-21Fix s390 GNU/Linux gdb and gdbserver buildsPedro Alves2-6/+13
2016-04-20Build GDB as a C++ program by defaultPedro Alves2-1/+5
2016-04-20Move ARM_CPSR_GREGNUM to arch/arm-linux.hYao Qi2-2/+10
2016-04-19Add target descriptions for AVX + MPXWalfred Tedeschi7-11/+86
2016-04-18Fix PR gdb/19250: ptrace prototype is not detected properly in C++ modePedro Alves2-72/+11
2016-04-13Fix aarch64 ftrace JIT condition testcaseAntoine Tremblay2-2/+7
2016-04-12Eliminate prepare_to_throw_exceptionPedro Alves2-8/+4
2016-04-05Make ftrace tests work with remote targetsSimon Marchi2-1/+5
2016-04-05IPA: Move getauxval out of #ifndef IN_PROCESS_AGENTMarcin Kościelnicki2-28/+32
2016-04-03IPA: Fix build problem on !HAVE_GETAUXVALMarcin Kościelnicki4-0/+9
2016-03-31gdbserver: Fix C++ build errors in tracepoint.cMarcin Kościelnicki2-5/+14
2016-03-31gdbserver: Add emit_ops for powerpc.Marcin Kościelnicki2-1/+1683
2016-03-31gdbserver: Add powerpc fast tracepoint support.Marcin Kościelnicki6-68/+1284
2016-03-31IPA: Add alloc_jump_pad_buffer target hook.Marcin Kościelnicki7-19/+194
2016-03-30gdbserver/IPA: Export some functions via global function pointers.Marcin Kościelnicki7-28/+103
2016-03-30gdbserver/tracepoint.c: Remove whitespaceSimon Marchi2-1/+5
2016-03-30gdbserver: Handle 'v' packet while processing qSymbol.Marcin Kościelnicki4-18/+45
2016-03-29gdbserver/s390: Add support for compiled agent expressions.Marcin Kościelnicki2-1/+1426
2016-03-29gdbserver/s390: Add fast tracepoint support.Marcin Kościelnicki6-63/+1336
2016-03-29gdbserver/s390: Switch on tracepoint support.Marcin Kościelnicki2-1/+14
2016-03-18Check lwp_signal_can_be_delivered for enqueue/dequeue pending signalsYao Qi2-10/+21
2016-03-18Set signal to 0 after enqueue_pending_signalYao Qi2-17/+20
2016-03-18Remove redundant WIFSTOPPED checkYao Qi2-1/+6
2016-03-09gdb: Add tracepoint support for powerpc.Marcin Kościelnicki2-1/+12
2016-03-03Update comments to start_step_overYao Qi2-12/+8
2016-03-03[GDBserver] Leave child suspended when step over parentYao Qi2-5/+17
2016-03-02Call enqueue_pending_signal in linux_resume_one_lwp_throwYao Qi2-11/+6
2016-03-02[OBV] gdbserver: Only write ipa_tdesc_idx if agent is actually loaded.Marcin Kościelnicki2-4/+12
2016-02-25gdbserver/s390: Enable high GPRs, VX, TDB with 31-bit gdbserver.Marcin Kościelnicki2-26/+96
2016-02-25[PR gdb/13808] gdb.trace: Pass tdesc selected in gdbserver to IPA.Marcin Kościelnicki13-69/+293
2016-02-24Handle MIPS Linux SIGTRAP siginfo.si_code valuesPedro Alves2-98/+84
2016-02-24powerpc: Support z-point type in gdbserver.Wei-cheng Wang2-3/+73
2016-02-17gdbserver/s390: Advertise Z0 packet support.Marcin Kościelnicki2-1/+22
2016-02-16Remove PC from syscall_next_pcYao Qi2-3/+8
2016-02-12[gdbserver, aarch64] Use linux_{set,get}_pc_{64,32}bitYao Qi2-24/+10
2016-02-12[ARM] Fixup PC in software single stepYao Qi2-1/+7
2016-02-12gdb.trace: Deduplicate write_inferior_data_ptr.Marcin Kościelnicki2-53/+53
2016-02-11gdbserver: Remove tracepoint_action ops.Wei-cheng Wang2-69/+65
2016-02-10Clear *VAL in regcache_raw_read_unsignedYao Qi2-0/+5
2016-02-09Modernize configure.ac'sSimon Marchi3-4/+10
2016-02-09Fix siginfo C++ build errorSimon Marchi5-5/+15
2016-02-09Revert "Fix build breakage"Walfred Tedeschi2-8/+4