aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-06-22gdb/jit: return bool in jit_breakpoint_re_set_internal and jit_read_descriptorTankut Baris Aktemur2-13/+22
2020-06-22Solaris, target_wait(), don't rely on inferior_ptidPedro Alves3-48/+40
2020-06-21Various procfs.c cleanupsRainer Orth2-175/+52
2020-06-21[PR gdb/25939] Move push_target call earlier in procfs.cRainer Orth2-5/+10
2020-06-21Ensure 'exec-file has changed' check has priority over 'exec-file-mismatch' c...Philippe Waroquiers7-4/+104
2020-06-20Adjust gdb.mi/mi-sym-info.exp filename patterns.Sandra Loosemore2-9/+14
2020-06-20Fix gdb.base/list-missing-source.exp on remote host.Sandra Loosemore2-1/+7
2020-06-19Fixes for gdb.xml/tdesc-regs.exp.Sandra Loosemore2-2/+9
2020-06-19[gdb/testsuite] Limit default_target_compile overrideTom de Vries3-13/+72
2020-06-18Decouple inferior_ptid/inferior_thread(); dup ptids in thread list (PR 25412)Pedro Alves3-72/+59
2020-06-18Don't write to inferior_ptid in aix-thread.cPedro Alves2-1/+5
2020-06-18Don't write to inferior_ptid in ravenscar-thread.cPedro Alves2-25/+32
2020-06-18Don't write to inferior_ptid in windows-nat.c, part IIPedro Alves4-51/+70
2020-06-18Don't write to inferior_ptid in windows-nat.c, part IPedro Alves2-6/+4
2020-06-18Don't write to inferior_ptid in go32-nat.cPedro Alves2-2/+8
2020-06-18Don't write to inferior_ptid in fork-child.cPedro Alves2-3/+4
2020-06-18Don't write to inferior_ptid in bsd-kvm.cPedro Alves2-2/+7
2020-06-18Don't write to inferior_ptid in btrace_fetchPedro Alves2-5/+11
2020-06-18Don't write to inferior_ptid in bsd-kvm.cPedro Alves2-1/+6
2020-06-18Don't write to inferior_ptid in corelow.cPedro Alves2-11/+16
2020-06-18Don't write to inferior_ptid in darwin-nat.cPedro Alves2-9/+20
2020-06-18Don't write to inferior_ptid in gnu-nat.cPedro Alves2-8/+17
2020-06-18Don't write to inferior_ptid in go32-nat.cPedro Alves2-4/+5
2020-06-18Don't write to inferior_ptid in nto-procfs.cPedro Alves2-12/+26
2020-06-18Don't write to inferior_ptid in remote-sim.cPedro Alves2-5/+13
2020-06-18Don't write to inferior_ptid in remote.cPedro Alves2-16/+28
2020-06-18Don't write to inferior_ptid in tracectf.cPedro Alves2-3/+11
2020-06-18Don't write to inferior_ptid in tracefile-tfile.cPedro Alves2-3/+11
2020-06-18Don't write to inferior_ptid in procfs.cPedro Alves2-10/+18
2020-06-18Don't write to inferior_ptid in infrun.cPedro Alves2-61/+64
2020-06-18Don't write to inferior_ptid in target.cPedro Alves2-1/+6
2020-06-18Don't write to inferior_ptid in inf-ptrace.cPedro Alves2-10/+18
2020-06-18Don't write to inferior_ptid in gdbarch-selftests.c, mock address_space tooPedro Alves2-8/+16
2020-06-18gcore, handle exited threads betterPedro Alves2-27/+42
2020-06-18Don't write to inferior_ptid in linux_get_siginfo_dataPedro Alves2-2/+7
2020-06-18[gdb/testsuite] Move code from gdb_init to default_gdb_initTom de Vries2-119/+132
2020-06-17Fix TUI support checks in gdb.tui tests.Sandra Loosemore14-0/+39
2020-06-17Remove unnecessary TUI declarationsTom Tromey3-7/+7
2020-06-17Fix typo in my gdb.debuginfod entry.Keith Seitz1-1/+1
2020-06-17Fix TCL error in gdb.python/py-format-string.exp.Sandra Loosemore2-3/+12
2020-06-17gdb: check for partial symtab presence in dwarf2_initialize_objfileSimon Marchi5-0/+82
2020-06-17gdb/regformats: remove unused regformats/reg-*.datSimon Marchi8-335/+10
2020-06-17gdb, gdbserver: remove ARM regdat filesSimon Marchi6-232/+9
2020-06-17gdb/features: remove rx.xml from XMLTOC listSimon Marchi2-1/+4
2020-06-17Pass INTERNAL_GDBFLAGS when executing GDBKeith Seitz2-1/+7
2020-06-17[gdb/testsuite] Remove dependence on tcl_unknownTom de Vries2-11/+34
2020-06-17Update thread_control_state::trap_expected commentsPedro Alves2-22/+9
2020-06-17gdb: Convert language la_lookup_symbol_nonlocal field to a methodAndrew Burgess16-128/+171
2020-06-17gdb: Convert language la_value_print_inner field to a methodAndrew Burgess16-34/+145
2020-06-17gdb: Convert language la_value_print field to a methodAndrew Burgess13-32/+75