summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Fix build failure in linux-osdata.cSimon Marchi2017-10-142-1/+6
* gdbserver: use std::list for all_threadsSimon Marchi2017-10-1415-454/+345
* gdbserver: Use std::list for all_processesSimon Marchi2017-10-148-190/+225
* gdbserver: Use std::list for all_dllsSimon Marchi2017-10-144-71/+47
* Make to_traceframe_info return a unique_ptrSimon Marchi2017-10-149-63/+63
* Use std::vector for traceframe_info::memorySimon Marchi2017-10-146-26/+30
* Use std::vector for traceframe_info::tvarsSimon Marchi2017-10-146-15/+25
* Rename traceframe_info variable to current_traceframe_infoSimon Marchi2017-10-142-6/+13
* Use std::vector in linux_xfer_osdata_processgroupsSimon Marchi2017-10-142-56/+48
* Replace psymbol_allocation_list with std::vectorSimon Marchi2017-10-1411-217/+162
* ada: Use std::string in print_dynamic_range_boundSimon Marchi2017-10-132-7/+7
* Skip a few tests on targets that can't use the "run" commmand.Pedro Alves2017-10-137-21/+35
* Fix gdb.base/testenv.exp against --target_board=native-extended-gdbserverPedro Alves2017-10-132-68/+138
* Don't run gdb.gdb/ selftests if use_gdb_stub is truePedro Alves2017-10-132-2/+22
* Make gdb.base/find-unmapped.exp pass on remote targetsPedro Alves2017-10-132-13/+61
* Simplify tic6x and s390x expedite registersYao Qi2017-10-132-13/+7
* Regenerate features/s390-gs-linux64.c and features/s390x-gs-linux64.cYao Qi2017-10-133-8/+13
* Change objfile to use new/deleteTom Tromey2017-10-137-131/+131
* Fix gdb.base/term.exp on non-"target native" boardsPedro Alves2017-10-132-8/+16
* Remove is_remote kfail from gdb.python/py-evthreads.expPedro Alves2017-10-132-6/+6
* Fix gdb.python/py-evthreads.exp with --target_board=native-extended-gdbserverPedro Alves2017-10-132-2/+10
* kfail gdb.python/py-evsignal.exp on RSP targets properlyPedro Alves2017-10-132-1/+7
* Skip gdb.threads/thread_events.exp on RSP targets properlyPedro Alves2017-10-132-3/+9
* Tweak gdb.base/corefile.exp is_remote checkPedro Alves2017-10-132-1/+26
* Fix is_remote check in gdb.base/remote.expPedro Alves2017-10-132-4/+12
* gdb.base/remote.exp: Fix typo and add missing returnPedro Alves2017-10-132-1/+7
* Make gdb.base/solib-nodir.exp work with --target_board=native-extended-gdbserverPedro Alves2017-10-132-3/+22
* Eliminate is_remote check in gdb.base/shlib-call.expPedro Alves2017-10-132-11/+20
* Remove simple_displaced_step_copy_insnSimon Marchi2017-10-128-50/+18
* Eliminate is_remote check in gdb.base/scope.expPedro Alves2017-10-133-23/+60
* Remove references to gdb64 in the testsuitePedro Alves2017-10-133-16/+6
* Remove is_remote check in labels.expSimon Marchi2017-10-122-6/+5
* Make gdb.base/auvx.exp work with --target_board=native-extended-gdbserverPedro Alves2017-10-122-3/+9
* Use bool in pv_areaTom Tromey2017-10-123-6/+13
* C++-ify prologue-value's pv_areaTom Tromey2017-10-1213-424/+381
* linux low: Make the arch code free arch_process_infoSimon Marchi2017-10-1216-2/+78
* lwp_info: Make the arch code free arch_lwp_infoSimon Marchi2017-10-1227-2/+148
* Run gdb.base/catch-fork-static.exp on remote target boardsPedro Alves2017-10-122-4/+6
* checkpoint.exp: Check for non-"target native" instead of isnative/is_remotePedro Alves2017-10-122-4/+12
* Remove is_remote target check from gdb.base/dprintf-non-stop.expSimon Marchi2017-10-122-6/+5
* Tighten remote check in gdb.base/argv0-symlink.expPedro Alves2017-10-122-2/+9
* Enable gdb.base/inferior-died.exp on is_remote target boardsPedro Alves2017-10-122-7/+14
* Enable gdb.threads/non-ldr-exc-*.exp on is_remote target boardsPedro Alves2017-10-125-20/+7
* Remove cleanups from TUITom Tromey2017-10-113-17/+15
* Constify add_prefix_cmdTom Tromey2017-10-1158-188/+262
* Remove prepare_re_set_contextTom Tromey2017-10-112-21/+11
* Remove some cleanups from breakpoint.cTom Tromey2017-10-112-93/+60
* Add native target for FreeBSD/arm.John Baldwin2017-10-116-0/+167
* Add FreeBSD/arm architecture.John Baldwin2017-10-116-0/+313
* GDB: Remove Linux core PRPSINFO note writer overrideMaciej W. Rozycki2017-10-115-69/+17