aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2019-09-20Simplify tui_source_window_base::show_source_contentTom Tromey3-10/+14
2019-09-20Remove some explicit re-rendering from the TUITom Tromey2-4/+6
2019-09-20Change tui_make_status_line to be a methodTom Tromey3-18/+28
2019-09-20Change tui_make_status_line to return std::stringTom Tromey2-44/+30
2019-09-20Move "fullname" to tui_source_windowTom Tromey5-13/+19
2019-09-20Change tui_source_element::line to be a unique_xmalloc_ptrTom Tromey5-16/+15
2019-09-20Remove tui_clear_source_windows_detailTom Tromey6-25/+12
2019-09-20Fix crash in Ada "catch exception"Tom Tromey2-1/+6
2019-09-20bfd macro conversion to inline functionsAlan Modra6-15/+24
2019-09-20Move declaration of overload_resolution to value.hChristian Biesinger3-3/+7
2019-09-20Move arm_apcs_32 extern declaration to headerChristian Biesinger6-6/+13
2019-09-20Declare dwarf_always_disassemble in dwarf2read.hChristian Biesinger3-2/+7
2019-09-19[gdb/testsuite] Don't use FOOBAR pattern in gdb_testTom de Vries2-12/+20
2019-09-19[gdb] Catch exception when constructing the highlighterTom de Vries2-6/+12
2019-09-19bfd_section_* macrosAlan Modra62-460/+429
2019-09-19[gdb/testsuite] Fix gdb_target_cmdTom de Vries2-2/+6
2019-09-19[gdb/testsuite] Handle unreachable network in server-connect.expTom de Vries3-5/+26
2019-09-18Update ChangeLog entry of commit 677052f2a5c67f1d9b2e6d1b2a2149b5f0c20cd0...Joel Brobecker1-0/+1
2019-09-18Give a name to the TUI SingleKey keymapTom Tromey5-3/+30
2019-09-18gdb: Fix native build on Linux/Alpha.Christian Groessler2-0/+5
2019-09-18gdb: remove local extern declaration of cli_stylingSimon Marchi2-2/+6
2019-09-18gdb/testsuite: Avoid directory names in test namesAndrew Burgess2-1/+7
2019-09-18bfd_asymbol_* macrosAlan Modra2-1/+6
2019-09-18Constify target name, reloc name, and carsym nameAlan Modra4-3/+9
2019-09-18Use bfd_set_filename moreAlan Modra3-4/+7
2019-09-18Make extern declaration of dwarf_always_disassemble correctChristian Biesinger2-1/+6
2019-09-18Change boolean options to bool instead of intChristian Biesinger115-304/+563
2019-09-17gdb: Look for compilation directory relative to directory search pathMike Gulick7-42/+343
2019-09-17gdb: Catch exceptions when accessing source cacheAndrew Burgess4-10/+90
2019-09-17(Ada) do not print Ada task names in quotes in "info tasks" outputJoel Brobecker2-3/+7
2019-09-16Don't duplicate comment in symfile.c and .hChristian Biesinger2-9/+6
2019-09-14Add a NEWS entry that gdb can be compiled with py3 on Windows.Christian Biesinger2-0/+7
2019-09-14[gdb/testsuite] Require gnatmake 8 for gdb.ada/rename_subscript_param.expTom de Vries3-0/+29
2019-09-12gdb: Force use of float version of log10Andrew Burgess2-1/+7
2019-09-12gdb/testsuite: Make use of exec_has_index_section functionAndrew Burgess2-12/+5
2019-09-12gdb: Have 'maint info sections' print all sections againAndrew Burgess4-15/+161
2019-09-12gdb: Don't fault for 'maint print psymbols' when using an indexAndrew Burgess3-8/+29
2019-09-12[gdb/testsuite] Allow some tests in gdb.base/store.exp to be unsupportedTom de Vries2-20/+50
2019-09-12Output the Ada task name in more messages.Philippe Waroquiers8-21/+87
2019-09-12Fix signals reported for faults on SolarisRainer Orth2-33/+10
2019-09-11Make relocate_{path,gdb_directory} return std::stringChristian Biesinger9-60/+81
2019-09-11Factor out the code to do the datadir-relocation for gdbinitChristian Biesinger2-31/+49
2019-09-11Refactor get_init_files to use std::stringChristian Biesinger2-53/+57
2019-09-11Fix float to LONGEST conversion.Ali Tamur2-6/+16
2019-09-11Change the type of copy_names from int to boolChristian Biesinger9-41/+54
2019-09-11Introduce bfd_set_filenameTom Tromey4-10/+14
2019-09-10Update "save gdb-index" documentationTom Tromey2-2/+6
2019-09-10Add Ada support to cc-with-tweaks.expTom Tromey2-0/+9
2019-09-10Add Ada support for .debug_namesTom Tromey3-130/+223
2019-09-10Fix latent bug in .debug_names file-name handlingTom Tromey5-3/+72