aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2019-11-21Rename demangle.c to gdb-demangle.c, and some cleanupChristian Biesinger5-5/+17
2019-11-21Handle %I64d in format_piecesTom Tromey3-21/+48
2019-11-21Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot29-58/+269
2019-11-21gdb/testsuite: skip gdb.arch/amd64-eval.exp when target is not x86_64Lukas Durfina2-0/+9
2019-11-21gdb: remove gen_ret_current_ui_field_ptrSimon Marchi2-12/+35
2019-11-21[gdb] Only force INTERP_CONSOLE ui_out for breakpoint commands in MI modeTom de Vries4-0/+35
2019-11-20Add missing parentheses on 'print' (gdb.python/py-progspace.exp)Sergio Durigan Junior2-3/+8
2019-11-20Improve target description check for SVE in gdbserverLuis Machado4-1/+29
2019-11-19Fix the "winheight" commandTom Tromey6-27/+71
2019-11-19Replace "if (attr)" with "if (attr != nullptr)".Ali Tamur2-48/+75
2019-11-19Report GetLastError value when DebugActiveProcess failsTom Tromey2-1/+7
2019-11-19gdb/testsuite: Merge whatis.exp and ctf-whatis.expAndrew Burgess4-1142/+469
2019-11-19gdb/testsuite: Merge cvexpr.exp and ctf-cvexpr.expAndrew Burgess3-718/+247
2019-11-19gdb/testsuite: Introduce skip_ctf_tests guard functionAndrew Burgess5-20/+42
2019-11-18Fix crash with core + TUI + runSergio Durigan Junior4-5/+74
2019-11-18Fix a bunch of python leaks due to missing calls to tp_free in *_dealloc func...Philippe Waroquiers9-0/+21
2019-11-18Don't use class-initialization for the owner unionChristian Biesinger2-1/+9
2019-11-15Use gnulib's strerror_r on MinGWChristian Biesinger11-122/+23
2019-11-15Use ctime_r and localtime_r for threadsafetyChristian Biesinger3-3/+15
2019-11-15Import the time_r gnulib moduleChristian Biesinger2-0/+10
2019-11-15Import the strerror_r-posix module and use it in GDB.Christian Biesinger8-28/+26
2019-11-14Update READMEChristian Biesinger2-1/+24
2019-11-14Allow re-assigning to convenience variablesTom Tromey4-1/+33
2019-11-14[gdb/doc] Fix typosTom de Vries4-31/+37
2019-11-14gdb: fix build error in unittests/vec-utils-selftests.cSimon Marchi2-0/+14
2019-11-14Fix python gdbpy_breakpoint_object leak.Philippe Waroquiers2-1/+6
2019-11-13Remove symbol-related static assertsTom Tromey3-19/+6
2019-11-12gdb: Support printf 'z' size modifierAndrew Burgess8-2/+106
2019-11-12Make struct symbol inherit from general_symbol_infoChristian Biesinger9-73/+109
2019-11-12Consolidate setting of current_layoutTom Tromey2-4/+7
2019-11-12Move _initialize_tui_layout to end of fileTom Tromey2-25/+30
2019-11-12Make TUI resizing tests more robustTom Tromey8-46/+174
2019-11-11Document and extend readline-bindable functionsTom Tromey4-1/+27
2019-11-11Document operate-and-get-nextTom Tromey2-0/+11
2019-11-11Use getpwuid_r instead of getpwuidChristian Biesinger2-1/+8
2019-11-11Fix typo in vFile:pwrite documentationTom Tromey2-1/+5
2019-11-10gdb/python: Introduce gdb.lookup_static_symbolsAndrew Burgess9-0/+142
2019-11-10gdb/python: smarter symbol lookup for gdb.lookup_static_symbolAndrew Burgess8-14/+109
2019-11-10gdb: Add a class to track last display symtab and line informationAndrew Burgess3-73/+148
2019-11-10gdb: Convert frame_show_address to return a boolAndrew Burgess3-4/+10
2019-11-10gdb_vecs.h: Avoid self move assignAndrew Burgess4-1/+75
2019-11-10Remove can_highlight from TUI windowsTom Tromey4-7/+12
2019-11-10Remove unused constructor declaration from cli_style_optionTom Tromey2-3/+5
2019-11-08Constify command_line_inputTom Tromey7-9/+20
2019-11-07[gdb/contrib] Add words.sh scriptTom de Vries1-0/+129
2019-11-06Use strtok_r instead of strtokChristian Biesinger10-27/+56
2019-11-06Remove some includes of readline.hTom Tromey12-15/+22
2019-11-05Fix regression from TUI disassembly style patchTom Tromey2-2/+9
2019-11-05Remove la_get_string memberTom Tromey15-47/+23
2019-11-05Style disassembly in the TUITom Tromey6-142/+205