Home
last modified time | relevance | path

Searched refs:debuggers (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/
H A DDebuggers.py68 debuggers = Debuggers(context)
69 potential_debuggers = sorted(debuggers.potential_debuggers().keys())
210 debuggers = []
237 debuggers.append(LoadedDebugger)
238 return debuggers
241 debuggers = self._populate_debugger_cache()
243 max_o_len = max(len(d.option_name) for d in debuggers)
244 max_n_len = max(len(d.full_name) for d in debuggers)
248 for d in debuggers:
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/list-debuggers/
H A Dlist-debuggers.test2 Check the `list-debuggers` subtool runs.
4 RUN: %dexter_base list-debuggers | FileCheck %s
/llvm-project-15.0.7/llvm/utils/gn/docs/
H A Ddeterministic.md13 set, current debuggers need minor configuration to keep working. See
14 "Getting to local determinism" and "Getting debuggers to work well with
/llvm-project-15.0.7/lldb/unittests/Core/
H A DDiagnosticEventTest.cpp107 std::vector<DebuggerSP> debuggers; in TEST_F() local
114 debuggers.push_back(debugger); in TEST_F()
136 Debugger::Destroy(debuggers[i]); in TEST_F()
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/help/
H A Dhelp.test8 CHECK: list-debuggers
/llvm-project-15.0.7/lldb/docs/status/
H A Dgoals.rst4 The current state of the art in open source debuggers are that they work in the
11 works". We aim to solve these long-standing problems where debuggers get
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/
H A DREADME.txt27 multiple debuggers from one input language.
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/
H A DREADME.md9 DExTer currently supports the Visual Studio 2015 and Visual Studio 2017 debuggers via the [DTE inte…
11 The following command evaluates your environment, listing the available and compatible debuggers:
13 dexter.py list-debuggers
24 This is required to access the DTE interface for the Visual Studio debuggers.
/llvm-project-15.0.7/llvm/docs/PDB/
H A Dindex.rst14 debug information that can be consumed by debuggers and other tools. Since
80 used by debuggers and other tools to provide fast lookup of records and types
/llvm-project-15.0.7/llvm/utils/gn/build/
H A DBUILD.gn19 # most debuggers harder to use. See "Getting to local determinism" and
20 # "Getting debuggers to work well with locally deterministic builds" in
96 # and debuggers there also know to load debug info from the .o files.
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dmachine-outliner-noreturn-save-lr.mir5 # noreturn parents. LR isn't actually used, but debuggers need LR in this case
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Ddebugger-tune.ll4 ; vs. DW_OP_GNU_push_tls_address opcodes to distinguish the debuggers.
/llvm-project-15.0.7/llvm/docs/GlobalISel/
H A DIRTranslator.rst88 to prevent this from confusing debuggers.
/llvm-project-15.0.7/lldb/docs/resources/
H A Dcontributing.rst38 debuggers stay up and running for a long time, often serving multiple
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A Dindex.rst82 needs to support debuggers, so we
H A DLangImpl09.rst422 One interesting thing to note at this point is that various debuggers have
/llvm-project-15.0.7/llvm/docs/
H A DBugpoint.rst117 * In the code generator and miscompilation debuggers, ``bugpoint`` only works
130 * In the code generator and miscompilation debuggers, debugging will go faster
H A DDebuggingJITedCode.rst14 for registering JITed code with debuggers. LLDB implements it in the
H A DSourceLevelDebugging.rst43 debuggers, like GDB or DBX.
68 other DWARF-based debuggers. :ref:`CodeViewDebug <codeview>` produces CodeView,
69 the Microsoft debug info format, which is usable with Microsoft debuggers such
550 describe, and should be stepped over by debuggers anyway.
867 trivially support native debuggers by generating standard dwarf
1368 into the table to make it effective as a name lookup table for debuggers to
1371 All debuggers currently ignore the "``.debug_pubnames``" table as a result of
1412 debuggers tend to do. Optimally we would like to touch as few parts of the
1415 case of debuggers we optimized for lookups that fail most of the time.
1476 The problem with this layout for debuggers is that we need to optimize for the
/llvm-project-15.0.7/clang/docs/
H A DMSVCCompatibility.rst78 debuggers and other tools that consume PDB files like ETW. Work to teach lld
/llvm-project-15.0.7/clang/include/clang/AST/
H A DBuiltinTypes.def307 // like debuggers that don't know what type to give something.
/llvm-project-15.0.7/openmp/runtime/
H A DCMakeLists.txt261 # Build code that allows the OpenMP library to conveniently interface with debuggers
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-pdbutil.rst62 standard API that Windows tools and debuggers query debug information, it
/llvm-project-15.0.7/llvm/docs/Proposals/
H A DVariableNames.rst67 and confuses many debuggers [DenisovCamelBack]_.
/llvm-project-15.0.7/llvm/test/CodeGen/Thumb/
H A Demergency-spill-slot.ll117 ; debuggers, so maybe worth changing at some point.

12