summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot2019-11-2129-58/+269
* gdb/testsuite: skip gdb.arch/amd64-eval.exp when target is not x86_64Lukas Durfina2019-11-212-0/+9
* gdb: remove gen_ret_current_ui_field_ptrSimon Marchi2019-11-212-12/+35
* [gdb] Only force INTERP_CONSOLE ui_out for breakpoint commands in MI modeTom de Vries2019-11-214-0/+35
* Add missing parentheses on 'print' (gdb.python/py-progspace.exp)Sergio Durigan Junior2019-11-202-3/+8
* Improve target description check for SVE in gdbserverLuis Machado2019-11-204-1/+29
* Fix the "winheight" commandTom Tromey2019-11-196-27/+71
* Replace "if (attr)" with "if (attr != nullptr)".Ali Tamur2019-11-192-48/+75
* Report GetLastError value when DebugActiveProcess failsTom Tromey2019-11-192-1/+7
* gdb/testsuite: Merge whatis.exp and ctf-whatis.expAndrew Burgess2019-11-194-1142/+469
* gdb/testsuite: Merge cvexpr.exp and ctf-cvexpr.expAndrew Burgess2019-11-193-718/+247
* gdb/testsuite: Introduce skip_ctf_tests guard functionAndrew Burgess2019-11-195-20/+42
* Fix crash with core + TUI + runSergio Durigan Junior2019-11-184-5/+74
* 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