aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2018-01-19Find arm-linux-gnueabi(hf)?-gcc in compileYao Qi2-1/+6
2018-01-19Make tests expect [ \t]+ pattern instead of \t for "info reg" commandRuslan Kabatsayev9-198/+211
2018-01-18GDB testsuite: Re-enable -fdiagnostics-color=neverAndreas Arnez2-1/+6
2018-01-18S390: Use soft float in s390-tdbregs test caseAndreas Arnez2-1/+8
2018-01-18Make abbrev_table::abbrevs privateYao Qi2-6/+15
2018-01-18Call cooked_read in ppu2spu_prev_registerYao Qi2-5/+5
2018-01-17Fix warning on gdb/compile/compile.c (C++-ify "triplet_rx")Sergio Durigan Junior2-5/+11
2018-01-17Remove symbolp typedefTom Tromey2-3/+4
2018-01-17Remove objfile argument from add_dyn_propTom Tromey4-10/+16
2018-01-17Change dwarf2_cu::method_info to be a std::vectorTom Tromey2-57/+49
2018-01-17Allocate dwarf2_cu with newSimon Marchi2-143/+79
2018-01-17Allocate abbrev_table with newTom Tromey2-180/+134
2018-01-17Unify new_symbol and new_symbol_fullTom Tromey2-20/+16
2018-01-17Fix ChangeLog dates of previous commitSimon Marchi2-2/+2
2018-01-17Fix gdb segv when objfile can't be openedMike Gulick8-12/+261
2018-01-17Make linux_ptrace_attach_fail_reason return an std::stringSimon Marchi7-58/+64
2018-01-17linux-nat: Remove unnecessary xstrdupSimon Marchi2-6/+7
2018-01-17configure: Fix test for fs_base/gs_base in <sys/user.h>Eldar Abusalimov6-6/+26
2018-01-17Don't pass -m64 to libcc1 on aarch64-linux.Yao Qi2-0/+18
2018-01-17Relax gdb.compile/compile.exp to match the address printed for frameYao Qi2-2/+10
2018-01-16Mark register unavailable when PTRACE_PEEKUSER failsYao Qi2-1/+11
2018-01-15gdb/common/signals-state-save-restore.c: Fix typosPedro Alves2-2/+6
2018-01-15Fix scm-ports.exp regressionTom Tromey2-1/+6
2018-01-15Fix gdb.texinfo moreSzabolcs Nagy2-0/+5
2018-01-15Fix gdb.texinfo for old makeinfo (again)Szabolcs Nagy2-4/+8
2018-01-12gdb/testsuite: Don't attempt tests if they fail to compileAndrew Burgess2-3/+12
2018-01-12Install and generate docs for gdb-add-indexSergio Durigan Junior5-1/+100
2018-01-12Use the correct value for the offset of 'kve_protection'.John Baldwin2-1/+5
2018-01-12Add testcase for GDB hang fixed by previous commitPedro Alves3-0/+121
2018-01-12Fix GDB hang with remote after error from resumeAndreas Arnez2-0/+6
2018-01-11gdb_compile_shlib: Only consider shlib= options when building executablesSimon Marchi2-2/+8
2018-01-11gdb.base/breakpoint-in-ro-region.exp regression on sss targets (PR gdb/22583)Pedro Alves2-3/+37
2018-01-11Fix gdb.texinfo for old makeinfoSzabolcs Nagy2-1/+5
2018-01-11Fix backwards compatibility with old GDBservers (PR remote/22597)Pedro Alves5-1/+115
2018-01-10language_get_symbol_name_matcher -> get_symbol_name_matcherPedro Alves9-15/+22
2018-01-10Ada: make verbatim matcher override other language matchers (PR gdb/22670)Pedro Alves9-21/+131
2018-01-10Fix gdb.ada/complete.exp's "complete break ada" test (PR gdb/22670)Pedro Alves5-18/+35
2018-01-10Fix gdb.ada/bp_c_mixed_case.exp (PR gdb/22670)Pedro Alves4-4/+32
2018-01-09Document support for 'info proc' on FreeBSD.John Baldwin4-32/+60
2018-01-09Support 'info proc' for native FreeBSD processes.John Baldwin5-26/+421
2018-01-09Use gdb::unique_xmalloc_ptr<> instead of a deleter that invokes free().John Baldwin2-9/+6
2018-01-09Don't return stale data from fbsd_pid_to_exec_file for kernel processes.John Baldwin2-1/+9
2018-01-09Support 'info proc' for FreeBSD process core dumps.John Baldwin3-0/+675
2018-01-09Fix breakpoint add on inlined function using function name.Xavier Roirand7-8/+188
2018-01-08hurd: Add enough auxv support for AT_ENTRY for PIE binariesSamuel Thibault2-0/+65
2018-01-08Fix GDBserver build failure when $development is falseYao Qi7-6/+37
2018-01-08Fix GDB build failure when $development is falseYao Qi7-8/+43
2018-01-08Fix second-to-last gdb/testsuite/ChangeLog entry.Joel Brobecker1-2/+2
2018-01-08Relax expected output in gdb.ada/access_tagged_param.exp testJoel Brobecker2-1/+7
2018-01-07(Ada) Fix print of array using non-contiguous enumeration indexesXavier Roirand5-0/+102