aboutsummaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of python leaks due to missing calls to tp_free in *_dealloc func...Philippe Waroquiers2019-11-189-0/+21
* Don't use class-initialization for the owner unionChristian Biesinger2019-11-182-1/+9
* Use gnulib's strerror_r on MinGWChristian Biesinger2019-11-1511-122/+23
* Use ctime_r and localtime_r for threadsafetyChristian Biesinger2019-11-153-3/+15
* Import the time_r gnulib moduleChristian Biesinger2019-11-152-0/+10
* Import the strerror_r-posix module and use it in GDB.Christian Biesinger2019-11-158-28/+26
* Update READMEChristian Biesinger2019-11-142-1/+24
* Allow re-assigning to convenience variablesTom Tromey2019-11-144-1/+33
* [gdb/doc] Fix typosTom de Vries2019-11-144-31/+37
* gdb: fix build error in unittests/vec-utils-selftests.cSimon Marchi2019-11-142-0/+14
* Fix python gdbpy_breakpoint_object leak.Philippe Waroquiers2019-11-142-1/+6
* 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