aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2016-03-31gdbserver: Fix C++ build errors in tracepoint.cMarcin Kościelnicki2-5/+14
2016-03-31Add regression test for PR gdb/19858 (JIT code registration on attach)Pedro Alves3-10/+97
2016-03-31Make gdb.base/jit.exp binaries uniquePedro Alves2-9/+17
2016-03-31Fix PR gdb/19858: GDB doesn't register the JIT libraries on attachYichao Yu2-2/+20
2016-03-31gdb/NEWS: Add mention of powerpc*-linux tracepoints.Marcin Kościelnicki2-0/+9
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-31python: Use console format for output of gdb.execute commandCatalin Udma8-0/+214
2016-03-31Remove support for "target m32rsdi" and "target mips/pmon/ddb/rockhopper/lsi"Pedro Alves11-5691/+38
2016-03-30gdbserver/IPA: Export some functions via global function pointers.Marcin Kościelnicki7-28/+103
2016-03-30Check func against 0 rather than NULLYao Qi2-1/+6
2016-03-30Add arm epilogue unwinderYao Qi2-0/+116
2016-03-30Refactor arm_stack_frame_destroyed_pYao Qi2-6/+20
2016-03-30Simplify gdb.reverse/until-reverse.cYao Qi4-9/+17
2016-03-30gdbserver/tracepoint.c: Remove whitespaceSimon Marchi2-1/+5
2016-03-30Move CL entries from gdb/ChangeLog to gdb/testsuite/ChangeLogYao Qi2-9/+9
2016-03-29python/py-utils.c (host_string_to_python_string): New function.Doug Evans8-21/+30
2016-03-30gdbserver: Handle 'v' packet while processing qSymbol.Marcin Kościelnicki6-23/+56
2016-03-30gdb: xtensa: fix frame initialization when PC is invalidMax Filippov2-3/+8
2016-03-29gdb/NEWS: Add mention of s390*-linux tracepoints.Marcin Kościelnicki2-0/+8
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ścielnicki8-7/+68
2016-03-292016-03-29 Don Breazeal <donb@codesourcery.com>Don Breazeal2-1/+5
2016-03-29Compile gdb.arch/arm-neon.exp with debug infoYao Qi2-1/+5
2016-03-24Add quotation mark in test messageYao Qi2-1/+6
2016-03-23Remove comments on software_single_step in gdbarch.shYao Qi3-8/+5
2016-03-21ARM process record: median instructionsYao Qi2-0/+90
2016-03-21Canonicalize more arm linux syscallsYao Qi2-10/+370
2016-03-18Make sparc_software_single_step staticYao Qi3-3/+6
2016-03-18[spu] throw error when target_read_memory failsYao Qi2-1/+8
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-17Suggest running gdbserver for a PID in containerJan Kratochvil2-1/+6
2016-03-17PR remote/19496, timeout in forking-threads-plus-bkptPedro Alves3-18/+34
2016-03-17S390: Add syscall info for syscalls up to 374Andreas Arnez3-0/+56
2016-03-17S390: Fix output path for s390-multiarch test caseAndreas Arnez2-5/+9
2016-03-17linux-record: Simplify with record_mem_at_reg()Andreas Arnez2-414/+170
2016-03-17linux-record.c: Fix whitespace issuesAndreas Arnez2-949/+954
2016-03-17linux-record: Fix bad fall-through for pipe/pipe2Andreas Arnez2-0/+7
2016-03-16PR remote/19496, interrupted syscall in forking-threads-plus-bkptDon Breazeal3-14/+33
2016-03-16xml-tdesc.c (tdesc_start_enum): Fix c++ build.Doug Evans2-2/+6
2016-03-16Process record: Fix arm-linux syscall argumentsYao Qi2-3/+14
2016-03-15PR 18303, Tolerate malformed input for lookup_symbol-called functionsDon Breazeal10-182/+433
2016-03-15Add cole945@ to earlier entry. Fix typo in same entry.Doug Evans1-1/+2
2016-03-15Add cpsr_flags to aarch64 core regs.Doug Evans3-2/+46
2016-03-15Remove "end" spec.Doug Evans6-79/+87
2016-03-15Extend flags to support multibit and enum bitfields.Doug Evans16-209/+724