aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2017-10-16Add missing ChangeLog entries.Keith Seitz2-0/+24
2017-10-16Record and output access specifiers for nested typedefsKeith Seitz5-59/+264
2017-10-16Return unique_xmalloc_ptr from target_fileio_read_strallocTom Tromey5-86/+64
2017-10-16Return unique_xmalloc_ptr from target_read_strallocTom Tromey12-168/+102
2017-10-16Simple cleanup removals in remote.cTom Tromey2-43/+35
2017-10-16Remove cleanup from ppc-linux-nat.cTom Tromey2-8/+8
2017-10-16Remove some cleanups from probe.cTom Tromey2-20/+10
2017-10-16Use std::vector in end_symtab_get_static_blockTom Tromey2-28/+16
2017-10-16Make native gdbserver boards no longer be "remote" (in DejaGnu terms)Pedro Alves8-124/+157
2017-10-16Use proc_with_prefix in py-breakpoint.expSimon Marchi2-394/+387
2017-10-16Get rid of VEC(mem_range_s)Simon Marchi10-110/+205
2017-10-16Work around GCC 6.3.1 bugPedro Alves3-20/+26
2017-10-16Regenerate gdbserver/configureYao Qi2-3/+14
2017-10-16Remove features/tic6x-*.c filesYao Qi9-443/+14
2017-10-16Remove regformats/tic6x-{c62x,c64x,c64xp}.datYao Qi5-185/+8
2017-10-15Fix GDB build without expatSimon Marchi2-1/+6
2017-10-14Fix build failure in linux-osdata.cSimon Marchi2-1/+6
2017-10-14gdbserver: use std::list for all_threadsSimon Marchi15-454/+345
2017-10-14gdbserver: Use std::list for all_processesSimon Marchi8-190/+225
2017-10-14gdbserver: Use std::list for all_dllsSimon Marchi4-71/+47
2017-10-14Make to_traceframe_info return a unique_ptrSimon Marchi9-63/+63
2017-10-14Use std::vector for traceframe_info::memorySimon Marchi6-26/+30
2017-10-14Use std::vector for traceframe_info::tvarsSimon Marchi6-15/+25
2017-10-14Rename traceframe_info variable to current_traceframe_infoSimon Marchi2-6/+13
2017-10-14Use std::vector in linux_xfer_osdata_processgroupsSimon Marchi2-56/+48
2017-10-14Replace psymbol_allocation_list with std::vectorSimon Marchi11-217/+162
2017-10-13ada: Use std::string in print_dynamic_range_boundSimon Marchi2-7/+7
2017-10-13Skip a few tests on targets that can't use the "run" commmand.Pedro Alves7-21/+35
2017-10-13Fix gdb.base/testenv.exp against --target_board=native-extended-gdbserverPedro Alves2-68/+138
2017-10-13Don't run gdb.gdb/ selftests if use_gdb_stub is truePedro Alves2-2/+22
2017-10-13Make gdb.base/find-unmapped.exp pass on remote targetsPedro Alves2-13/+61
2017-10-13Simplify tic6x and s390x expedite registersYao Qi2-13/+7
2017-10-13Regenerate features/s390-gs-linux64.c and features/s390x-gs-linux64.cYao Qi3-8/+13
2017-10-13Change objfile to use new/deleteTom Tromey7-131/+131
2017-10-13Fix gdb.base/term.exp on non-"target native" boardsPedro Alves2-8/+16
2017-10-13Remove is_remote kfail from gdb.python/py-evthreads.expPedro Alves2-6/+6
2017-10-13Fix gdb.python/py-evthreads.exp with --target_board=native-extended-gdbserverPedro Alves2-2/+10
2017-10-13kfail gdb.python/py-evsignal.exp on RSP targets properlyPedro Alves2-1/+7
2017-10-13Skip gdb.threads/thread_events.exp on RSP targets properlyPedro Alves2-3/+9
2017-10-13Tweak gdb.base/corefile.exp is_remote checkPedro Alves2-1/+26
2017-10-13Fix is_remote check in gdb.base/remote.expPedro Alves2-4/+12
2017-10-13gdb.base/remote.exp: Fix typo and add missing returnPedro Alves2-1/+7
2017-10-13Make gdb.base/solib-nodir.exp work with --target_board=native-extended-gdbserverPedro Alves2-3/+22
2017-10-13Eliminate is_remote check in gdb.base/shlib-call.expPedro Alves2-11/+20
2017-10-12Remove simple_displaced_step_copy_insnSimon Marchi8-50/+18
2017-10-13Eliminate is_remote check in gdb.base/scope.expPedro Alves3-23/+60
2017-10-13Remove references to gdb64 in the testsuitePedro Alves3-16/+6
2017-10-12Remove is_remote check in labels.expSimon Marchi2-6/+5
2017-10-12Make gdb.base/auvx.exp work with --target_board=native-extended-gdbserverPedro Alves2-3/+9
2017-10-12Use bool in pv_areaTom Tromey3-6/+13