aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-04-08Fix gdb.trace/{actions,infotrace,while-stepping}.exp with extended-remotePedro Alves4-3/+33
2015-04-07Initialize variable on gdb/linux-tdep.c:decode_vmflagsSergio Durigan Junior2-1/+5
2015-04-07gdb.base/interrupt.exp: Use send_inferior/$inferior_spawn_idPedro Alves2-19/+43
2015-04-07testsuite: Introduce $inferior_spawn_idPedro Alves3-4/+69
2015-04-07testsuite: Don't use expect_background to reap gdbserverPedro Alves3-27/+58
2015-04-07gdb_test_multiple: Fix user code argument processingPedro Alves2-1/+6
2015-04-07gdb.base/interrupt.exp: Use gdb_test_multiple instead of gdb_expectPedro Alves2-40/+54
2015-04-07gdb.base/interrupt.exp: Fix racePedro Alves2-6/+9
2015-04-07Fix gdb.trace/actions.exp racePedro Alves2-2/+14
2015-04-07update thread list, delete exited threadsPedro Alves6-10/+57
2015-04-07Displaced stepping debug: fetch the right regcachePedro Alves2-1/+6
2015-04-07Properly set alarm value in gdb.threads/non-stop-fair-events.expYao Qi3-3/+17
2015-04-06Add testcase for stub-method reading in stabs.Doug Evans3-1/+65
2015-04-06* lib/pascal.exp (gpc_compile): Rename dest arg to destfile.Doug Evans2-8/+19
2015-04-06symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as VAR_DOMAIN.Doug Evans2-9/+27
2015-04-06Fallback to stub-termcap.c on all hostsPedro Alves4-13/+31
2015-04-03gdbtypes.c: remove the usuned "top_level" parameterPierre-Marie de Rodat2-16/+27
2015-04-03Do not consider reference types as dynamicPierre-Marie de Rodat5-19/+90
2015-04-02kfail two tests in no-unwaited-for-left.exp for remote targetYao Qi2-0/+11
2015-04-02Regenerate configure in bfd/binutils/gas/gdb/goldH.J. Lu3-2/+8
2015-04-02Document "target:" sysroot changesGary Benson4-9/+29
2015-04-02Make the default sysroot be "target:"Gary Benson4-0/+19
2015-04-02Update exec_file_attach to cope with "target:" filenamesGary Benson2-19/+58
2015-04-02Strip "target:" prefix in solib_find if accessing local filesGary Benson2-16/+40
2015-04-02Rearrange symfile_bfd_openGary Benson2-39/+35
2015-04-02Convert "remote:" sysroots to "target:" and remove "remote:"Gary Benson8-165/+80
2015-04-02Make gdb_bfd_open able to open BFDs using target fileioGary Benson3-4/+246
2015-04-02Introduce target_filesystem_is_localGary Benson4-0/+61
2015-04-02Introduce target_fileio_fstatGary Benson5-0/+56
2015-04-01Add support for writing unwinders in Python.Sasha Smundak21-2/+1808
2015-04-01infrun.c:resume: currently_stepping after clearing stepped_breakpointPedro Alves2-1/+9
2015-04-01gdb.threads/manythreads.exp: can't read "test": no such variablePedro Alves2-1/+6
2015-04-01Fix gdb_spawn_with_cmdline_opts with non-empty GDBFLAGSPedro Alves2-0/+8
2015-04-01Make print_target_wait_results print the whole ptidPedro Alves2-2/+12
2015-04-01keep_going: Add missing discard_cleanups callPedro Alves2-0/+6
2015-04-01wait_for_inferior and errors thrown from target_waitPedro Alves2-9/+15
2015-04-01Use do_target_resume when stepping past permanent breakpoint tooPedro Alves2-7/+7
2015-04-01linux_nat.c: Mark new thread running even if momentarily pausingPedro Alves2-1/+8
2015-04-01Share the "multi_line" helper among all testcasesPierre-Marie de Rodat20-161/+130
2015-04-01Add myself as a write-after-approval GDB maintainerPierre-Marie de Rodat2-0/+5
2015-04-01Crash on thread id wrap aroundPedro Alves5-2/+245
2015-04-01Regenerate configure in bfd/binutils/gas/gdbH.J. Lu2-2/+8
2015-04-01GDBServer: give more complete usage informationPedro Alves2-7/+39
2015-03-31Implement support for checking /proc/PID/coredump_filterSergio Durigan Junior8-28/+765
2015-03-31Catch exception on solib_svr4_r_ldsomapSergio Durigan Junior2-6/+20
2015-03-31Add --with-system-zlib in gdbH.J. Lu7-101/+39
2015-03-31dwarf.exp: Allow generating a stub .debug_line sectionPetr Machata2-1/+150
2015-03-31Add cpu information to the info os command on linux.Antoine Tremblay5-73/+199
2015-03-31Fix the triplet regexp to recognize triplets, not only quadrupletsMatthias Klose2-1/+8
2015-03-30PR c++/18141Doug Evans2-2/+11