aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of python leaks due to missing calls to tp_free in *_dealloc func...Philippe Waroquiers2019-11-181-0/+12
* Don't use class-initialization for the owner unionChristian Biesinger2019-11-181-0/+5
* Use gnulib's strerror_r on MinGWChristian Biesinger2019-11-151-0/+10
* Use ctime_r and localtime_r for threadsafetyChristian Biesinger2019-11-151-0/+7
* Import the time_r gnulib moduleChristian Biesinger2019-11-151-0/+5
* Import the strerror_r-posix module and use it in GDB.Christian Biesinger2019-11-151-0/+9
* Update READMEChristian Biesinger2019-11-141-0/+4
* Allow re-assigning to convenience variablesTom Tromey2019-11-141-0/+5
* gdb: fix build error in unittests/vec-utils-selftests.cSimon Marchi2019-11-141-0/+5
* Fix python gdbpy_breakpoint_object leak.Philippe Waroquiers2019-11-141-0/+5
* Remove symbol-related static assertsTom Tromey2019-11-131-0/+6
* gdb: Support printf 'z' size modifierAndrew Burgess2019-11-121-0/+11
* Make struct symbol inherit from general_symbol_infoChristian Biesinger2019-11-121-0/+39
* Consolidate setting of current_layoutTom Tromey2019-11-121-0/+6
* Move _initialize_tui_layout to end of fileTom Tromey2019-11-121-0/+4
* Make TUI resizing tests more robustTom Tromey2019-11-121-0/+8
* Document and extend readline-bindable functionsTom Tromey2019-11-111-0/+5
* Use getpwuid_r instead of getpwuidChristian Biesinger2019-11-111-0/+4
* gdb/python: Introduce gdb.lookup_static_symbolsAndrew Burgess2019-11-101-0/+10
* gdb/python: smarter symbol lookup for gdb.lookup_static_symbolAndrew Burgess2019-11-101-0/+6
* gdb: Add a class to track last display symtab and line informationAndrew Burgess2019-11-101-0/+27
* gdb: Convert frame_show_address to return a boolAndrew Burgess2019-11-101-0/+6
* gdb_vecs.h: Avoid self move assignAndrew Burgess2019-11-101-0/+6
* Remove can_highlight from TUI windowsTom Tromey2019-11-101-0/+9
* Remove unused constructor declaration from cli_style_optionTom Tromey2019-11-101-0/+5
* Constify command_line_inputTom Tromey2019-11-081-0/+10
* Use strtok_r instead of strtokChristian Biesinger2019-11-061-0/+10
* Remove some includes of readline.hTom Tromey2019-11-061-0/+14
* Fix regression from TUI disassembly style patchTom Tromey2019-11-051-0/+6
* Remove la_get_string memberTom Tromey2019-11-051-0/+21
* Style disassembly in the TUITom Tromey2019-11-051-0/+27
* Change tui_source_element::line to have type std::stringTom Tromey2019-11-051-0/+8
* Fix ARI warning in symtab.hChristian Biesinger2019-11-051-0/+5
* Add static_asserts for the sizes of space-critical structsChristian Biesinger2019-11-041-0/+6
* Obsolete Solaris 10 supportRainer Orth2019-11-041-0/+8
* Simplify print_sys_errmsgTom Tromey2019-11-011-0/+4
* Fix up safe_strerror constificationTom Tromey2019-11-011-0/+4
* Move check for strerror_r to common.m4 where it belongsChristian Biesinger2019-11-011-0/+6
* [ARM, thumb] Fix disassembling bug after reloading a symbol fileLuis Machado2019-11-011-0/+12
* gdb: Don't print a newline in language la_print_typedef methodsAndrew Burgess2019-10-311-0/+12
* gdb: Add new commands to list module variables and functionsAndrew Burgess2019-10-311-0/+18
* gdb/fortran: Add new 'info modules' commandAndrew Burgess2019-10-311-0/+19
* NEWS and documentation for $_gdb_setting and $_gdb_setting_str.Philippe Waroquiers2019-10-311-0/+5
* Implement convenience functions to examine GDB settings.Philippe Waroquiers2019-10-311-0/+10
* Don't read agent symbols when disabledChristian Biesinger2019-10-311-0/+7
* Regenerate config.inChristian Biesinger2019-10-311-0/+4
* Use strerror_r in safe_strerror if availableChristian Biesinger2019-10-311-0/+11
* [ARM] Store exception handling information per-bfd instead of per-objfileLuis Machado2019-10-311-0/+8
* Convert int to bool in agent.cChristian Biesinger2019-10-311-0/+13
* Only clear the minsym array when necessaryChristian Biesinger2019-10-301-0/+8