aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-07-25Revert: * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.Doug Evans5-81/+22
2015-07-25Sync readline/ to version 7.0 alphaPatrick Palka4-4/+32
2015-07-24Revert 4fd4095a5ffe3d4e50e0dac5f8ad37b8478afa9d, log individual measurements.Doug Evans2-13/+0
2015-07-24Add gmonster-{1,2} perf testcases.Doug Evans30-0/+1175
2015-07-24Add perf testcase generator.Doug Evans4-0/+1740
2015-07-24PerfTest::assemble functions return results.Doug Evans7-19/+61
2015-07-24lib/gdb.exp (clean_restart): Make executable optional.Doug Evans2-6/+19
2015-07-24Clean up testsuite compiler_info support.Doug Evans4-14/+41
2015-07-24Add parallel build support for perf tests.Doug Evans5-6/+96
2015-07-24Workaround debian change to default value of --as-needed.Doug Evans3-6/+25
2015-07-24Print data from individual perf runs.Doug Evans2-0/+13
2015-07-24Call gdb_exit before gdb_skip_xml_test on gdb.base/catch-syscall.expSergio Durigan Junior2-0/+6
2015-07-24Fix s390 GNU/Linux build after enum __ptrace_request changesPedro Alves2-10/+16
2015-07-24gdb.python/py-events.exp and normal_stop observers orderingPedro Alves4-7/+14
2015-07-24PR gdb/18717: internal error if non-leader thread exits processPedro Alves5-4/+104
2015-07-24Fix failed exec error messagePedro Alves2-1/+5
2015-07-24Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves38-35/+81
2015-07-24C++: handle glibc's ptrace(enum __ptrace_request, ...)Pedro Alves8-21/+215
2015-07-24Move gdb_ptrace.h to nat/Pedro Alves3-1/+7
2015-07-24make gdbserver use the same ptrace autoconf checks as gdbPedro Alves9-69/+335
2015-07-24Remove proc->priv->new_inferiorYao Qi3-15/+10
2015-07-24Initialise target descrption after skipping extra traps for --wrapperYao Qi8-13/+84
2015-07-24Set proc->priv->new_inferior out of linux_add_processYao Qi2-5/+15
2015-07-24Refactor start_inferiorYao Qi2-12/+15
2015-07-24Test --wrapper when restarting process.Yao Qi2-0/+25
2015-07-24Set general_thread after restartYao Qi4-1/+87
2015-07-24Test --wrapper in extended-remoteYao Qi3-5/+67
2015-07-24Remove leading/trailing white spaces in ChangeLogH.J. Lu4-47/+47
2015-07-23Fix crash when reading dummy CUs.Doug Evans5-5/+108
2015-07-23py-linetable.c: Fix doc of LineTable.source_lines' return typeCiro Santilli2-4/+12
2015-07-23gdb/gdbtypes: fix handling of typedef layers between array typesPierre-Marie de Rodat7-1/+140
2015-07-23Return zero in aarch64_linux_can_use_hw_breakpoint if target doesn't support ...Yao Qi2-8/+27
2015-07-21Move aarch64_linux_get_debug_reg_capacity to nat/aarch64-linux-hw-point.cYao Qi6-103/+72
2015-07-21btrace: fix case label in btrace_data_appendMarkus Metzger2-1/+5
2015-07-20gdb.ada/info_exc.exp: Adjust expected output in "info exception" test.Joel Brobecker2-3/+5
2015-07-20Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.Doug Evans2-1/+7
2015-07-20Fix ARI warnings to nat/aarch64-linux-hw-point.{c,h}Yao Qi3-7/+15
2015-07-18dwarf2read: Allow SEC_ALLOC sections to be located at address 0.Kevin Buettner2-1/+6
2015-07-17Move common aarch64 HW breakpoint/watchpoint code to nat/Yao Qi10-1218/+767
2015-07-17Pass aarch64_debug_reg_state to functionsYao Qi4-53/+72
2015-07-17Use debug_printf to print debug messageYao Qi4-40/+50
2015-07-17int -> enum target_hw_bp_type in aarch64-linux-nat.cYao Qi2-7/+20
2015-07-17Call ptid_get_pid instead of get_thread_id in aarch64_linux_get_debug_reg_cap...Yao Qi2-1/+6
2015-07-17Fix using uninitialised valuesYao Qi2-2/+7
2015-07-16stabs.texinfo: @include gdb-cfg.texi.Doug Evans2-0/+8
2015-07-16Fix gdb.arch/i386-biarch-core.exp FAIL on i386.Jan Kratochvil2-9/+26
2015-07-16[AArch64] Mark single precision pseudo registers unavailable if invalidPierre Langlois2-1/+10
2015-07-15Revert the previous 7 commits of: Validate binary before useJan Kratochvil43-1946/+824
2015-07-15Tests for validate symbol file using build-idJan Kratochvil5-0/+280
2015-07-15Validate symbol file using build-idJan Kratochvil13-1/+279