aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2019-12-20Remove tui_show_disassemTom Tromey4-19/+16
2019-12-20Remove some unnecessary focus switchesTom Tromey3-12/+6
2019-12-20Simplify tui_source_window_base::maybe_update methodTom Tromey7-25/+35
2019-12-20Remove some TUI assertsTom Tromey2-6/+5
2019-12-20Remove tui_show_disassem_and_update_sourceTom Tromey4-37/+12
2019-12-20Remove parameters from tui_show_sourceTom Tromey4-4/+10
2019-12-20Change tui_update_locator_fullname to take a symtabTom Tromey6-13/+21
2019-12-20Make isearch change readline prompt in TUITom Tromey2-10/+8
2019-12-19Consistently quote variables used with "test"Christian Biesinger7-72/+83
2019-12-19Fix build with GNU Make 3.81Bernd Edlinger2-4/+8
2019-12-19Make the literal argument to pow a double, not an integerChristian Biesinger2-2/+9
2019-12-19Cast the log10 argument to double to disambiguate itChristian Biesinger2-1/+8
2019-12-19Rename "sun" variable to avoid conflicts on SolarisChristian Biesinger2-4/+9
2019-12-19Fix comment in field_kindTom Tromey2-3/+7
2019-12-19Handle CRLF when reading XML on WindowsTom Tromey4-5/+22
2019-12-18Update gdb.base/default.exp for GDB 10Simon Marchi2-1/+5
2019-12-18Fix pthread_setname_np build errorTom Tromey2-1/+9
2019-12-18Fix indentation (and clang warning) in c-lang.cSimon Marchi2-5/+10
2019-12-18Fix build failure on macOSTom Tromey3-6/+18
2019-12-18Fix -Wmisleading-indentation warning in top.cSimon Marchi2-3/+26
2019-12-17Add missing include to bsd-kvm.c for gdb_abspathChristian Biesinger2-0/+5
2019-12-17Add virtual destructor to tui_layout_baseSimon Marchi2-0/+7
2019-12-17Fix skip.exp test failure observed with gcc-9.2.0Bernd Edlinger2-5/+15
2019-12-17Whitespace fix in gdb.base/skip.expBernd Edlinger2-2/+6
2019-12-16Add a test case for skip with inlined functionsBernd Edlinger3-0/+147
2019-12-16Check all inline frames if they are marked for skipBernd Edlinger3-5/+75
2019-12-16jit: make gdb_symtab::blocks an std::forward_listSimon Marchi2-94/+54
2019-12-16jit: c++-ify gdb_blockSimon Marchi2-11/+23
2019-12-16jit: make gdb_object::symtabs an std::forward_listSimon Marchi2-18/+28
2019-12-16jit: c++-ify gdb_symtabSimon Marchi2-29/+43
2019-12-16Fix double-free when creating more than one block in JIT debug info readerSimon Marchi7-31/+104
2019-12-16Constify get_exec_fileTom Tromey13-18/+33
2019-12-16Update Gnulib to the latest git versionChristian Biesinger2-5/+5
2019-12-16Use a member function to set a symbol's languageChristian Biesinger12-35/+47
2019-12-16Use an accessor function for general_symbol_info::languageChristian Biesinger27-99/+156
2019-12-16Use symbol_set_language to set a symbol's languageChristian Biesinger3-2/+8
2019-12-14gdb/doc: Remove duplicate description of lookup_global_symbolAndrew Burgess2-14/+5
2019-12-13Guard against 'current_directory == NULL' on gdb_abspath (PR gdb/23613)Sergio Durigan Junior9-19/+47
2019-12-13Revert "Turn off threaded minsym demangling by default"Christian Biesinger3-18/+1
2019-12-13Remove ARI check for multiple calls to warning or errorTom Tromey2-15/+5
2019-12-13Remove "fix" call for "long long" from ARITom Tromey2-2/+4
2019-12-13Accept -Wno- prefix in ARITom Tromey2-3/+20
2019-12-13Change ARI usage to GNU styleTom Tromey2-2/+6
2019-12-13Suppress ARI warnings for vsprintfTom Tromey2-3/+8
2019-12-13Silence ARI warning about floatformat_to_doubleTom Tromey3-3/+9
2019-12-13Silence ARI for valid calls to abortTom Tromey4-5/+11
2019-12-13Fix ARI text for floatformat_from_doubleTom Tromey2-1/+5
2019-12-13Remove ATTRIBUTE_UNUSED check from ARITom Tromey2-11/+4
2019-12-13Remove "boolean" and "var_boolean" checks from ARITom Tromey2-26/+5
2019-12-13Fix the gdb build with GCC 7Tom Tromey2-2/+7