aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-10gdb: fix whitespaces in ChangeLogSimon Marchi1-3/+3
2020-06-10gdb/doc: remove broken links Previous and Up from contentsJonny Grant2-1/+6
2020-06-10[gdb/symtab] Enable ada .gdb_indexTom de Vries5-12/+48
2020-06-10[gdb/symtab] Fix name lookup in dw2_map_matching_symbolsTom de Vries2-14/+55
2020-06-09gdb/testsuite: fix duplicate test names in gdb.base/index-cache.expSimon Marchi2-9/+16
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi62-292/+287
2020-06-08gdb: remove FIELD_TYPE macroSimon Marchi8-18/+21
2020-06-08gdb: add field::type / field::set_typeSimon Marchi16-71/+90
2020-06-08gdb: remove TYPE_INDEX_TYPE macroSimon Marchi27-78/+81
2020-06-08gdb: add type::index_type / type::set_index_typeSimon Marchi3-2/+19
2020-06-07Remove unused parameter from generic_val_print_floatTom Tromey2-8/+9
2020-06-05Revert "gdb/python: Avoid use after free in py-tui.c"Andrew Burgess2-1/+6
2020-06-05gdb/python: Avoid use after free in py-tui.cAndrew Burgess2-1/+6
2020-06-05[gdb/NEWS] Fix typosTom de Vries2-12/+16
2020-06-04gdb: really share partial symtabs when using .gdb_index or .debug_namesSimon Marchi6-22/+152
2020-06-04[gdb/testsuite] Remove path names from error messages in gdb_file_cmdTom de Vries2-7/+15
2020-06-04[gdb/testsuite] Fix error handling in gdb_file_cmdTom de Vries2-15/+13
2020-06-04[gdb/testsuite] Fix use of fail in gdb_cmd_fileTom de Vries2-1/+5
2020-06-03[gdb/symtab] Fix missing breakpoint location for inlined functionTom de Vries7-1/+135
2020-06-03[gdb/testsuite] Fix use of verbose in gdb/jit-*.expTom de Vries4-8/+26
2020-06-02gdb: Convert language skip_trampoline field to a methodAndrew Burgess13-65/+84
2020-06-02gdb: Convert language la_demangle field to a methodAndrew Burgess13-32/+111
2020-06-02gdb: Convert language la_print_type field to a methodAndrew Burgess13-61/+200