aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2016-04-12Stop remote-fileio.c from throwing from SIGINT handlerPedro Alves2-32/+21
2016-04-12Don't set immediate_quit in prompt_for_continuePedro Alves3-4/+14
2016-04-12TUI: check whether in secondary prompt instead of immediate_quitPedro Alves3-2/+12
2016-04-12Inline command_loop in read_command_linePedro Alves2-20/+20
2016-04-12Don't rely on immediate_quit in command_line_inputPedro Alves2-8/+31
2016-04-09gdb.python/py-mi-events-gdb.py: Add parentheses to printSimon Marchi2-2/+8
2016-04-08Make gdb.server/solib-list.exp work for remote targetsSimon Marchi2-13/+19
2016-04-08Fix gdb.server/solib-list.exp regressionPedro Alves3-3/+17
2016-04-08value: Make accessor methods' parameters const-correctMartin Galvan3-30/+61
2016-04-08testsuite: Fix for gcc-4.8: gdb.base/jit.exp gdb.base/jit-so.expJan Kratochvil2-76/+81
2016-04-07testsuite: Fix false FAILs with .bashrc GDBHISTFILE=...Jan Kratochvil3-6/+20
2016-04-07Fix gdb.compile/compile.exp shlib regressionPedro Alves2-3/+12
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