aboutsummaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Remove symbol-related static assertsTom Tromey2019-11-133-19/+6
* gdb: Support printf 'z' size modifierAndrew Burgess2019-11-128-2/+106
* Make struct symbol inherit from general_symbol_infoChristian Biesinger2019-11-129-73/+109
* Consolidate setting of current_layoutTom Tromey2019-11-122-4/+7
* Move _initialize_tui_layout to end of fileTom Tromey2019-11-122-25/+30
* Make TUI resizing tests more robustTom Tromey2019-11-128-46/+174
* Document and extend readline-bindable functionsTom Tromey2019-11-114-1/+27
* Document operate-and-get-nextTom Tromey2019-11-112-0/+11
* Use getpwuid_r instead of getpwuidChristian Biesinger2019-11-112-1/+8
* Fix typo in vFile:pwrite documentationTom Tromey2019-11-112-1/+5
* gdb/python: Introduce gdb.lookup_static_symbolsAndrew Burgess2019-11-109-0/+142
* gdb/python: smarter symbol lookup for gdb.lookup_static_symbolAndrew Burgess2019-11-108-14/+109
* gdb: Add a class to track last display symtab and line informationAndrew Burgess2019-11-103-73/+148
* gdb: Convert frame_show_address to return a boolAndrew Burgess2019-11-103-4/+10
* gdb_vecs.h: Avoid self move assignAndrew Burgess2019-11-104-1/+75
* Remove can_highlight from TUI windowsTom Tromey2019-11-104-7/+12
* Remove unused constructor declaration from cli_style_optionTom Tromey2019-11-102-3/+5
* Constify command_line_inputTom Tromey2019-11-087-9/+20
* [gdb/contrib] Add words.sh scriptTom de Vries2019-11-071-0/+129
* Use strtok_r instead of strtokChristian Biesinger2019-11-0610-27/+56
* Remove some includes of readline.hTom Tromey2019-11-0612-15/+22
* Fix regression from TUI disassembly style patchTom Tromey2019-11-052-2/+9
* Remove la_get_string memberTom Tromey2019-11-0515-47/+23
* Style disassembly in the TUITom Tromey2019-11-056-142/+205
* Change tui_source_element::line to have type std::stringTom Tromey2019-11-055-6/+14
* Fix ARI warning in symtab.hChristian Biesinger2019-11-052-2/+7
* Add static_asserts for the sizes of space-critical structsChristian Biesinger2019-11-043-0/+25
* Obsolete Solaris 10 supportRainer Orth2019-11-045-3/+17
* [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call (4)Tom de Vries2019-11-0243-397/+359
* [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call (3)Tom de Vries2019-11-0217-69/+67
* Simplify print_sys_errmsgTom Tromey2019-11-012-6/+5
* Fix up safe_strerror constificationTom Tromey2019-11-012-1/+5
* Move check for strerror_r to common.m4 where it belongsChristian Biesinger2019-11-017-7/+18
* [ARM, thumb] Fix disassembling bug after reloading a symbol fileLuis Machado2019-11-015-10/+113
* gdb: Don't print a newline in language la_print_typedef methodsAndrew Burgess2019-10-318-10/+18
* gdb: Add new commands to list module variables and functionsAndrew Burgess2019-10-3111-3/+586
* gdb/fortran: Add new 'info modules' commandAndrew Burgess2019-10-3113-9/+201
* NEWS and documentation for $_gdb_setting and $_gdb_setting_str.Philippe Waroquiers2019-10-314-1/+107
* Test the convenience functions $_gdb_setting and $_gdb_setting_str.Philippe Waroquiers2019-10-314-10/+179
* Implement convenience functions to examine GDB settings.Philippe Waroquiers2019-10-314-2/+244
* Also check for strerror_r in gdbserverChristian Biesinger2019-10-314-2/+11
* [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call (2)Tom de Vries2019-10-3133-183/+177
* Don't read agent symbols when disabledChristian Biesinger2019-10-312-4/+22
* Regenerate config.inChristian Biesinger2019-10-312-0/+7
* Use strerror_r in safe_strerror if availableChristian Biesinger2019-10-316-17/+33
* [ARM] Store exception handling information per-bfd instead of per-objfileLuis Machado2019-10-312-4/+13
* Convert int to bool in agent.cChristian Biesinger2019-10-315-16/+30
* [gdb/testsuite] Remove superfluous 3rd argument from gdb_test callTom de Vries2019-10-3129-144/+89
* [gdb/testsuite] Add -early pattern flag for gdb_test_multipleTom de Vries2019-10-302-9/+41
* Only clear the minsym array when necessaryChristian Biesinger2019-10-302-8/+22