aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2016-04-07Fix gdb.reverse/finish-reverse-bkpt.expYao Qi2-2/+12
2016-04-07Fix gdb.reverse/next-reverse-bkpt-over-sr.expYao Qi2-1/+7
2016-04-07Make breakpoint handling in record-full idempotentYao Qi2-0/+23
2016-04-07Set bp_tgt->reqstd_address and bp_tgt->placed_size in record_full_insert_brea...Yao Qi2-0/+15
2016-04-06Eliminate -var-create error for optzd ptr to structDon Breazeal2-2/+20
2016-04-06Optimized-out pointer: New test for error handlingDon Breazeal3-0/+296
2016-04-06Fix gdb.threads/dlopen-libpthread.exp crashSimon Marchi2-2/+6
2016-04-06Revert the previous commit adding unknown_v_replies_ok.Jan Kratochvil2-31/+4
2016-04-06Workaround gdbserver<7.7 for setfsJan Kratochvil2-0/+37
2016-04-06Revert check-in by a mistake in the previous commit.Jan Kratochvil2-27/+4
2016-04-06Print the "file" command suggestion in exec_file_locate_attachJan Kratochvil4-3/+43
2016-04-06testsuite: Update py-mi-objfile to expect console format printCatalin Udma3-4/+10
2016-04-05Fix IPA detection in ftrace-insn-reloc.expSimon Marchi2-1/+6
2016-04-05Make ftrace tests work with remote targetsSimon Marchi7-31/+51
2016-04-05Improve gdb_remote_download, remove gdb_downloadSimon Marchi6-38/+51
2016-04-05IPA: Move getauxval out of #ifndef IN_PROCESS_AGENTMarcin Kościelnicki2-28/+32
2016-04-04Obvious function doc and formattingSimon Marchi2-2/+7
2016-04-04Fix gdb.mi/mi-breakpoint-changed.exp for remote targetsSimon Marchi2-2/+15
2016-04-03IPA: Fix build problem on !HAVE_GETAUXVALMarcin Kościelnicki4-0/+9
2016-04-01gdb: allow enumeration constants as second operand of BINOP_REPEATArtemiy Volkov4-1/+18
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