summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Update "save gdb-index" documentationTom Tromey2019-09-102-2/+6
* Add Ada support to cc-with-tweaks.expTom Tromey2019-09-102-0/+9
* Add Ada support for .debug_namesTom Tromey2019-09-103-130/+223
* Fix latent bug in .debug_names file-name handlingTom Tromey2019-09-105-3/+72
* Change map_matching_symbols to take a lookup_name_infoTom Tromey2019-09-106-43/+33
* Simplify psym_map_matching_symbolsTom Tromey2019-09-104-36/+36
* Change iterate_over_symbols to return boolTom Tromey2019-09-105-13/+27
* Change map_matching_symbols to take a symbol_found_callback_ftypeTom Tromey2019-09-106-66/+74
* DWARF 5 support: Handle dwo_idAli Tamur2019-09-092-25/+115
* Use ui_out for "info win"Tom Tromey2019-09-092-6/+18
* Fix leak detected in python.c initialization code.Philippe Waroquiers2019-09-092-1/+13
* Truncate long TUI window titlesTom Tromey2019-09-086-12/+25
* Change lookup_symbol's block_index parameter type to block_enumSimon Marchi2019-09-075-9/+23
* un-XFAIL under Clang tests using labelsDavid Blaikie2019-09-064-14/+6
* Change int to bool for the relocate_* functionsChristian Biesinger2019-09-063-8/+15
* bfd_get_filenameAlan Modra2019-09-069-12/+24
* [gdb/testsuite] Restore breakpoint command in ui-redirect.expTom de Vries2019-09-053-8/+56
* Avoid expect's buffer overflow in info-var.exp test.Philippe Waroquiers2019-09-042-4/+8
* gdb: Handle missing domain types in: maintenance print psymbolsAndrew Burgess2019-09-032-0/+11
* Handle biased typesTom Tromey2019-09-0315-34/+251
* Check arguments for all probes before using themAlan Hayward2019-09-022-4/+19
* Use gdbarch for probe::get_argument_countAlan Hayward2019-09-027-13/+20
* Refactor svr4_create_solib_event_breakpointsAlan Hayward2019-09-022-67/+66
* Remove "\nError: " suffix from nat/fork-inferior.c:trace_start_error warning ...Sergio Durigan Junior2019-08-302-1/+6
* Remove tui_win_info::refresh_allTom Tromey2019-08-307-49/+14
* Don't call wrefresh from tui_cont_sigTom Tromey2019-08-302-2/+4
* Minor rearrangement of tui-stack.cTom Tromey2019-08-302-13/+12
* Make tui_locator_window::set_locator_fullname re-renderTom Tromey2019-08-302-3/+8
* Swap tui_show_locator_content and tui_locator_window::rerenderTom Tromey2019-08-302-21/+23
* Turn two locator functions into methodsTom Tromey2019-08-303-47/+59
* Don't call tui_refresh_all from show_layoutTom Tromey2019-08-302-1/+4
* Don't call touchwin in tui_gen_win_info::refresh_windowTom Tromey2019-08-302-4/+6
* Remove NULL checks from box_winTom Tromey2019-08-302-19/+21
* Simplify register displayTom Tromey2019-08-304-58/+63
* Private data members in tui_data_windowTom Tromey2019-08-304-7/+20
* Remove some calls in tui_data_windowTom Tromey2019-08-302-7/+9
* Remove some checks of .empty()Tom Tromey2019-08-302-111/+104
* Remove tui_data_window::display_all_dataTom Tromey2019-08-303-20/+11
* Remove NO_DATA_STRINGTom Tromey2019-08-303-2/+7
* Run argv0-symlink.exp only on native target and local host.Sandra Loosemore2019-08-292-0/+22
* 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