aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-13Fix indentation in jit.cSimon Marchi2-56/+61
2019-12-13MSP430: Relax target glob for configuring GDBJozef Lawrynowicz2-1/+5
2019-12-12Change objfile::partial_symtabs to be a unique_ptrTom Tromey2-1/+6
2019-12-12Manage objfiles with shared_ptrTom Tromey5-17/+123
2019-12-12Move free_all_objfiles to program_spaceTom Tromey6-18/+31
2019-12-12Store objfiles on a std::listTom Tromey5-59/+45
2019-12-12Introduce basic_safe_rangeTom Tromey2-5/+53
2019-12-12Remove MULTI_OBJFILE_PTom Tromey6-6/+24
2019-12-12Introduce program_space::remove_objfileTom Tromey4-28/+36
2019-12-12Introduce program_space::add_objfileTom Tromey4-45/+45
2019-12-12Make the objfile destructor privateTom Tromey8-28/+66
2019-12-12Make add_separate_debug_objfile staticTom Tromey4-11/+26
2019-12-12Make the objfile constructor privateTom Tromey4-3/+22
2019-12-12Replace xmalloc/xfree with vector in jit.cSimon Marchi2-5/+9