summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
...
* Fix PR win32/24284: tcp_auto_retry doesn't work in MinGWBernhard Wodok2019-08-292-0/+17
* [gdb/testsuite] Fix gdb.fortran/info-types.exp regexpTom de Vries2019-08-293-4/+25
* [gdb/testsuite] Fix info-var.exp for debug info from other filesTom de Vries2019-08-282-2/+13
* gdb/fortran: Don't include module symbols when searching for typesAndrew Burgess2019-08-285-2/+26
* gdb/fortran: Implement la_print_typedef for FortranAndrew Burgess2019-08-288-1/+111
* Fix compiler warning in linux-namespaces.cChristian Biesinger2019-08-272-1/+5
* gdb: Add new -n flag to some info commandsAndrew Burgess2019-08-2716-164/+446
* Factor out the common code in lookup_{static,global}_symbolChristian Biesinger2019-08-262-57/+57
* [gdb, c++] Improve error message when using libstdcxx without SDT probesTom de Vries2019-08-264-2/+56
* [gdb/testsuite] Make skip_libstdcxx_probe_tests return 1 if trueTom de Vries2019-08-264-6/+15
* Use raw strings on gdb.python/py-xmethods.exp (and fix Python 3.8's "SyntaxWa...Sergio Durigan Junior2019-08-262-18/+23
* dwarf2read: fix compilation issue with gcc 4.8Simon Marchi2019-08-252-5/+11
* dwarf2read: replace gdb::optional<bool> with enumSimon Marchi2019-08-252-5/+16
* Convert the RX target to make use of target descriptions.Yoshinori Sato2019-08-258-115/+231
* Fix compile warning in symtab.cChristian Biesinger2019-08-242-6/+10
* Move gdb-dlfcn.[ch] to gdbsupport/Sergio Durigan Junior2019-08-2313-12/+38
* Fix bug in nios2 prologue analysis.Sandra Loosemore2019-08-232-3/+10
* Make GDB compile with Python 3 on MinGWChristian Biesinger2019-08-223-9/+46
* [gdb/testsuite] Make gdb_test message more informative in multi-term-settings...Tom de Vries2019-08-222-2/+7
* gdb/fortran: Remove some dead code from the parserAndrew Burgess2019-08-222-11/+8
* Fix nullptr in with_command_1Pedro Alves2019-08-214-0/+13
* Fix g++ 9.1 build breakageChristian Biesinger2019-08-212-0/+6
* gdb/djgpp: Add Hygon Dhyana processor supportJinke Fan2019-08-212-3/+8
* [gdb/testsuite] Stabilize gdb-caching-proc.exp test orderTom de Vries2019-08-212-0/+5
* Change some tui_data_window methods to be privateTom Tromey2019-08-202-30/+39
* Remove some defines from tui-data.hTom Tromey2019-08-203-7/+12
* Move some defines to tui-stack.cTom Tromey2019-08-203-11/+21
* Change tui_make_window to be a methodTom Tromey2019-08-209-35/+49
* Remove tui_data_window::display_regsTom Tromey2019-08-203-7/+7
* Remove indirection from tui_data_window::regs_contentTom Tromey2019-08-203-34/+38
* Add two methods to tui_data_windowTom Tromey2019-08-204-35/+43
* Change tui_check_register_values to be a methodTom Tromey2019-08-204-20/+28
* Rearrange tui-regs.c some moreTom Tromey2019-08-202-23/+20
* Change tui_data_item_window::content to be a unique_xmalloc_ptrTom Tromey2019-08-205-36/+33
* Remove tui_data_item_window::valueTom Tromey2019-08-203-2/+6
* Minor rearrangement in tui-regs.cTom Tromey2019-08-202-53/+53
* Remove NULL check from tui_reg_commandTom Tromey2019-08-202-3/+5
* Some i18n fixes for the TUITom Tromey2019-08-205-6/+11
* [gdb/testsuite] Clean up stale exec in gdb_compile_pascalTom de Vries2019-08-202-0/+7
* Improve remote attach round-trips without btraceConrad Meyer2019-08-202-0/+10
* Fix indentation in value_has_fieldTom Tromey2019-08-192-1/+5
* Fix Fortran regression with variables in nested functionsTom Tromey2019-08-194-11/+31
* Add Rust support to source highlightingTom Tromey2019-08-194-7/+39
* [gdb/testsuite] Fix compare-sections.exp with -fPIE/-pieTom de Vries2019-08-162-2/+14
* Remove the TUI execution info windowTom Tromey2019-08-1610-67/+46
* Remove useless assignment from tui_remove_hooksTom Tromey2019-08-162-1/+5
* Change tui_show_symtab_source to be a methodTom Tromey2019-08-164-11/+20
* Introduce tui_source_window_base::set_contents methodTom Tromey2019-08-167-39/+67
* Change tui_update_breakpoint_info to be a methodTom Tromey2019-08-163-21/+28
* Change tui_update_source_window to be a methodTom Tromey2019-08-165-18/+29