| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/ |
| H A D | Debuggers.py | 68 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 D | list-debuggers.test | 2 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 D | deterministic.md | 13 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 D | DiagnosticEventTest.cpp | 107 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 D | help.test | 8 CHECK: list-debuggers
|
| /llvm-project-15.0.7/lldb/docs/status/ |
| H A D | goals.rst | 4 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 D | README.txt | 27 multiple debuggers from one input language.
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/ |
| H A D | README.md | 9 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 D | index.rst | 14 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 D | BUILD.gn | 19 # 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 D | machine-outliner-noreturn-save-lr.mir | 5 # 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 D | debugger-tune.ll | 4 ; vs. DW_OP_GNU_push_tls_address opcodes to distinguish the debuggers.
|
| /llvm-project-15.0.7/llvm/docs/GlobalISel/ |
| H A D | IRTranslator.rst | 88 to prevent this from confusing debuggers.
|
| /llvm-project-15.0.7/lldb/docs/resources/ |
| H A D | contributing.rst | 38 debuggers stay up and running for a long time, often serving multiple
|
| /llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | index.rst | 82 needs to support debuggers, so we
|
| H A D | LangImpl09.rst | 422 One interesting thing to note at this point is that various debuggers have
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | Bugpoint.rst | 117 * In the code generator and miscompilation debuggers, ``bugpoint`` only works 130 * In the code generator and miscompilation debuggers, debugging will go faster
|
| H A D | DebuggingJITedCode.rst | 14 for registering JITed code with debuggers. LLDB implements it in the
|
| H A D | SourceLevelDebugging.rst | 43 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 D | MSVCCompatibility.rst | 78 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 D | BuiltinTypes.def | 307 // like debuggers that don't know what type to give something.
|
| /llvm-project-15.0.7/openmp/runtime/ |
| H A D | CMakeLists.txt | 261 # Build code that allows the OpenMP library to conveniently interface with debuggers
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-pdbutil.rst | 62 standard API that Windows tools and debuggers query debug information, it
|
| /llvm-project-15.0.7/llvm/docs/Proposals/ |
| H A D | VariableNames.rst | 67 and confuses many debuggers [DenisovCamelBack]_.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb/ |
| H A D | emergency-spill-slot.ll | 117 ; debuggers, so maybe worth changing at some point.
|