summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* gdbserver: Fix C++ build errors in tracepoint.cMarcin Kościelnicki2016-03-312-5/+14
* Add regression test for PR gdb/19858 (JIT code registration on attach)Pedro Alves2016-03-313-10/+97
* Make gdb.base/jit.exp binaries uniquePedro Alves2016-03-312-9/+17
* Fix PR gdb/19858: GDB doesn't register the JIT libraries on attachYichao Yu2016-03-312-2/+20
* gdb/NEWS: Add mention of powerpc*-linux tracepoints.Marcin Kościelnicki2016-03-312-0/+9
* gdbserver: Add emit_ops for powerpc.Marcin Kościelnicki2016-03-312-1/+1683
* gdbserver: Add powerpc fast tracepoint support.Marcin Kościelnicki2016-03-316-68/+1284
* IPA: Add alloc_jump_pad_buffer target hook.Marcin Kościelnicki2016-03-317-19/+194
* python: Use console format for output of gdb.execute commandCatalin Udma2016-03-318-0/+214
* Remove support for "target m32rsdi" and "target mips/pmon/ddb/rockhopper/lsi"Pedro Alves2016-03-3111-5691/+38
* gdbserver/IPA: Export some functions via global function pointers.Marcin Kościelnicki2016-03-307-28/+103
* Check func against 0 rather than NULLYao Qi2016-03-302-1/+6
* Add arm epilogue unwinderYao Qi2016-03-302-0/+116
* Refactor arm_stack_frame_destroyed_pYao Qi2016-03-302-6/+20
* Simplify gdb.reverse/until-reverse.cYao Qi2016-03-304-9/+17
* gdbserver/tracepoint.c: Remove whitespaceSimon Marchi2016-03-302-1/+5
* Move CL entries from gdb/ChangeLog to gdb/testsuite/ChangeLogYao Qi2016-03-302-9/+9
* python/py-utils.c (host_string_to_python_string): New function.Doug Evans2016-03-298-21/+30
* gdbserver: Handle 'v' packet while processing qSymbol.Marcin Kościelnicki2016-03-306-23/+56
* gdb: xtensa: fix frame initialization when PC is invalidMax Filippov2016-03-302-3/+8
* gdb/NEWS: Add mention of s390*-linux tracepoints.Marcin Kościelnicki2016-03-292-0/+8
* gdbserver/s390: Add support for compiled agent expressions.Marcin Kościelnicki2016-03-292-1/+1426
* gdbserver/s390: Add fast tracepoint support.Marcin Kościelnicki2016-03-296-63/+1336
* gdbserver/s390: Switch on tracepoint support.Marcin Kościelnicki2016-03-298-7/+68
* 2016-03-29 Don Breazeal <donb@codesourcery.com>Don Breazeal2016-03-292-1/+5
* Compile gdb.arch/arm-neon.exp with debug infoYao Qi2016-03-292-1/+5
* Add quotation mark in test messageYao Qi2016-03-242-1/+6
* Remove comments on software_single_step in gdbarch.shYao Qi2016-03-233-8/+5
* ARM process record: median instructionsYao Qi2016-03-212-0/+90
* Canonicalize more arm linux syscallsYao Qi2016-03-212-10/+370
* Make sparc_software_single_step staticYao Qi2016-03-183-3/+6
* [spu] throw error when target_read_memory failsYao Qi2016-03-182-1/+8
* Check lwp_signal_can_be_delivered for enqueue/dequeue pending signalsYao Qi2016-03-182-10/+21
* Set signal to 0 after enqueue_pending_signalYao Qi2016-03-182-17/+20
* Remove redundant WIFSTOPPED checkYao Qi2016-03-182-1/+6
* Suggest running gdbserver for a PID in containerJan Kratochvil2016-03-172-1/+6
* PR remote/19496, timeout in forking-threads-plus-bkptPedro Alves2016-03-173-18/+34
* S390: Add syscall info for syscalls up to 374Andreas Arnez2016-03-173-0/+56
* S390: Fix output path for s390-multiarch test caseAndreas Arnez2016-03-172-5/+9
* linux-record: Simplify with record_mem_at_reg()Andreas Arnez2016-03-172-414/+170
* linux-record.c: Fix whitespace issuesAndreas Arnez2016-03-172-949/+954
* linux-record: Fix bad fall-through for pipe/pipe2Andreas Arnez2016-03-172-0/+7
* PR remote/19496, interrupted syscall in forking-threads-plus-bkptDon Breazeal2016-03-163-14/+33
* xml-tdesc.c (tdesc_start_enum): Fix c++ build.Doug Evans2016-03-162-2/+6
* Process record: Fix arm-linux syscall argumentsYao Qi2016-03-162-3/+14
* PR 18303, Tolerate malformed input for lookup_symbol-called functionsDon Breazeal2016-03-1510-182/+433
* Add cole945@ to earlier entry. Fix typo in same entry.Doug Evans2016-03-151-1/+2
* Add cpsr_flags to aarch64 core regs.Doug Evans2016-03-153-2/+46
* Remove "end" spec.Doug Evans2016-03-156-79/+87
* Extend flags to support multibit and enum bitfields.Doug Evans2016-03-1516-209/+724