summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
...
* Constify target name, reloc name, and carsym nameAlan Modra2019-09-184-3/+9
* Use bfd_set_filename moreAlan Modra2019-09-183-4/+7
* Make extern declaration of dwarf_always_disassemble correctChristian Biesinger2019-09-182-1/+6
* Change boolean options to bool instead of intChristian Biesinger2019-09-18115-304/+563
* gdb: Look for compilation directory relative to directory search pathMike Gulick2019-09-177-42/+343
* gdb: Catch exceptions when accessing source cacheAndrew Burgess2019-09-174-10/+90
* (Ada) do not print Ada task names in quotes in "info tasks" outputJoel Brobecker2019-09-172-3/+7
* Don't duplicate comment in symfile.c and .hChristian Biesinger2019-09-162-9/+6
* Add a NEWS entry that gdb can be compiled with py3 on Windows.Christian Biesinger2019-09-142-0/+7
* [gdb/testsuite] Require gnatmake 8 for gdb.ada/rename_subscript_param.expTom de Vries2019-09-143-0/+29
* gdb: Force use of float version of log10Andrew Burgess2019-09-122-1/+7
* gdb/testsuite: Make use of exec_has_index_section functionAndrew Burgess2019-09-122-12/+5
* gdb: Have 'maint info sections' print all sections againAndrew Burgess2019-09-124-15/+161
* gdb: Don't fault for 'maint print psymbols' when using an indexAndrew Burgess2019-09-123-8/+29
* [gdb/testsuite] Allow some tests in gdb.base/store.exp to be unsupportedTom de Vries2019-09-122-20/+50
* Output the Ada task name in more messages.Philippe Waroquiers2019-09-128-21/+87
* Fix signals reported for faults on SolarisRainer Orth2019-09-122-33/+10
* Make relocate_{path,gdb_directory} return std::stringChristian Biesinger2019-09-119-60/+81
* Factor out the code to do the datadir-relocation for gdbinitChristian Biesinger2019-09-112-31/+49
* Refactor get_init_files to use std::stringChristian Biesinger2019-09-112-53/+57
* Fix float to LONGEST conversion.Ali Tamur2019-09-112-6/+16
* Change the type of copy_names from int to boolChristian Biesinger2019-09-119-41/+54
* Introduce bfd_set_filenameTom Tromey2019-09-114-10/+14
* 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