aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-17gdb: Convert language la_watch_location_expression field to a methodAndrew Burgess15-61/+86
2020-06-17gdb: Convert language la_collect_symbol_completion_matches field to a methodAndrew Burgess15-198/+210
2020-06-17gdb: Convert language la_word_break_characters field to a methodAndrew Burgess14-57/+83
2020-06-17gdb: Convert language la_get_symbol_name_matcher field to a methodAndrew Burgess20-69/+151
2020-06-17gdb: Convert language la_compute_program field to a methodAndrew Burgess16-41/+79
2020-06-17gdb: Convert language la_class_name_from_physname field to a methodAndrew Burgess14-55/+49
2020-06-16Use macros for TUI window namesTom Tromey3-32/+41
2020-06-16Fix crash when exiting TUI with gdb -tuiTom Tromey5-5/+29
2020-06-16Fix C-x 1 from gdb promptTom Tromey2-5/+11
2020-06-16Fix crash when TUI window creation failsTom Tromey5-1/+24
2020-06-16Add two missing return values in gdb.python/py-nested-maps.cusers/luisgpm/testGary Benson2-0/+8
2020-06-15Change target_read_string APITom Tromey11-91/+76
2020-06-15Remove a use of target_read_stringTom Tromey2-9/+7
2020-06-15Rewrite target_read_stringTom Tromey3-69/+17
2020-06-15Remove read_memory_stringTom Tromey6-54/+39
2020-06-15gdb/testsuite: fix minor things in jit testsTankut Baris Aktemur3-3/+10
2020-06-14Handle Windows drives in rbreak pathsHannes Domani2-0/+9
2020-06-12gdb: mention removed GDBserver host support in NEWSSimon Marchi2-0/+17
2020-06-12gdb/testsuite: Prevent globals leaking between test scriptsAndrew Burgess3-5/+106
2020-06-12[gdb/testsuite] Don't leak tuiterm.exp spawn overrideTom de Vries17-16/+78
2020-06-12[gdb/testsuite] Don't abort testrun for invalid command in test-caseTom de Vries2-1/+23
2020-06-12RISC-V: Update the rebuild-csr-xml.sh.Nelson Chu2-2/+6
2020-06-11Update documentation for Ada .gdb_indexTom Tromey2-3/+5
2020-06-11Fix hex floating point lexingTom Tromey4-13/+27
2020-06-11gdb: add mailing list and IRC information to --helpJonny Grant2-3/+14
2020-06-11Compute proper length for dynamic types of TYPE_CODE_TYPEDEFKeith Seitz5-6/+60
2020-06-11[gdb/testsuite] Make gdb.base/dbx.exp more robustTom de Vries3-19/+64