.. |
ABI.cpp
|
[lldb] Rename Logging.h to LLDBLog.h and clean up includes
|
2022-02-03 14:47:01 +01:00 |
AssertFrameRecognizer.cpp
|
[lldb] Rename Logging.h to LLDBLog.h and clean up includes
|
2022-02-03 14:47:01 +01:00 |
CMakeLists.txt
|
[trace] Make events first class items in the trace cursor and rework errors
|
2022-06-29 09:19:51 -07:00 |
DynamicRegisterInfo.cpp
|
Use the range-based overload of llvm::sort where possible
|
2022-07-23 15:13:25 +02:00 |
ExecutionContext.cpp
|
[LLDB] Applying clang-tidy modernize-use-equals-default over LLDB
|
2022-03-31 13:21:49 -07:00 |
InstrumentationRuntime.cpp
|
…
|
|
InstrumentationRuntimeStopInfo.cpp
|
…
|
|
JITLoader.cpp
|
…
|
|
JITLoaderList.cpp
|
Use llvm::erase_value (NFC)
|
2022-08-13 12:55:50 -07:00 |
Language.cpp
|
[lldb] Add matching based on Python callbacks for data formatters.
|
2022-10-19 12:53:38 -07:00 |
LanguageRuntime.cpp
|
[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDB
|
2022-03-14 13:32:03 -07:00 |
Memory.cpp
|
[lldb] Rename Logging.h to LLDBLog.h and clean up includes
|
2022-02-03 14:47:01 +01:00 |
MemoryHistory.cpp
|
…
|
|
MemoryRegionInfo.cpp
|
…
|
|
MemoryTagMap.cpp
|
[lldb] Use std::nullopt instead of None in comments (NFC)
|
2022-12-04 20:11:39 -08:00 |
ModuleCache.cpp
|
[lldb] Rename Logging.h to LLDBLog.h and clean up includes
|
2022-02-03 14:47:01 +01:00 |
OperatingSystem.cpp
|
[lldb] Remove ConstString from GetPluginNameStatic of some plugins
|
2021-10-21 12:58:45 +02:00 |
PathMappingList.cpp
|
[lldb] Use std::nullopt instead of None (NFC)
|
2022-12-04 16:51:25 -08:00 |
Platform.cpp
|
[lldb] Use std::nullopt instead of None (NFC)
|
2022-12-04 16:51:25 -08:00 |
Process.cpp
|
[lldb] Use std::nullopt instead of None (NFC)
|
2022-12-04 16:51:25 -08:00 |
ProcessTrace.cpp
|
[lldb] Use std::nullopt instead of None (NFC)
|
2022-12-04 16:51:25 -08:00 |
Queue.cpp
|
…
|
|
QueueItem.cpp
|
[lldb] Replace default bodies of special member functions with = default;
|
2021-07-02 11:31:16 -07:00 |
QueueList.cpp
|
…
|
|
RegisterContext.cpp
|
[LLDB] Change RegisterValue::SetFromMemoryData to const RegisterInfo&
|
2022-10-12 08:10:24 +00:00 |
RegisterContextUnwind.cpp
|
[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 2
|
2022-07-25 20:52:45 -07:00 |
RegisterNumber.cpp
|
…
|
|
RemoteAwarePlatform.cpp
|
[lldb] Use std::nullopt instead of None (NFC)
|
2022-12-04 16:51:25 -08:00 |
SectionLoadHistory.cpp
|
…
|
|
SectionLoadList.cpp
|
Clear old section-to-addr entry when loading Section at new addr
|
2022-09-27 16:20:26 -07:00 |
StackFrame.cpp
|
Make CompilerType safe
|
2022-11-16 15:51:26 -08:00 |
StackFrameList.cpp
|
[lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFC
|
2022-08-08 11:31:49 -07:00 |
StackFrameRecognizer.cpp
|
…
|
|
StackID.cpp
|
…
|
|
Statistics.cpp
|
[lldb] Use std::nullopt instead of None (NFC)
|
2022-12-04 16:51:25 -08:00 |
StopInfo.cpp
|
Change the Sanitizer report breakpoint callbacks to asynchronous.
|
2022-10-03 18:10:28 -07:00 |
StructuredDataPlugin.cpp
|
[lldb] Replace default bodies of special member functions with = default;
|
2021-07-02 11:31:16 -07:00 |
SystemRuntime.cpp
|
…
|
|
Target.cpp
|
[lldb] Use std::nullopt instead of None (NFC)
|
2022-12-04 16:51:25 -08:00 |
TargetList.cpp
|
[lldb] Create an enum to specify the kind of ArchSpec matching
|
2022-08-02 16:20:13 +02:00 |
TargetProperties.td
|
Add auto deduce source map setting
|
2022-09-19 13:40:22 -07:00 |
Thread.cpp
|
Reapply the commits to enable accurate hit-count detection for watchpoints.
|
2022-08-05 11:01:27 -07:00 |
ThreadCollection.cpp
|
Use llvm::upper_bound (NFC)
|
2022-09-03 11:17:39 -07:00 |
ThreadList.cpp
|
Reapply the commits to enable accurate hit-count detection for watchpoints.
|
2022-08-05 11:01:27 -07:00 |
ThreadPlan.cpp
|
[lldb] Rename Logging.h to LLDBLog.h and clean up includes
|
2022-02-03 14:47:01 +01:00 |
ThreadPlanBase.cpp
|
[lldb] Rename Logging.h to LLDBLog.h and clean up includes
|
2022-02-03 14:47:01 +01:00 |
ThreadPlanCallFunction.cpp
|
[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 2
|
2022-07-25 20:52:45 -07:00 |
ThreadPlanCallFunctionUsingABI.cpp
|
…
|
|
ThreadPlanCallOnFunctionExit.cpp
|
[lldb][NFC] Inclusive Language: rename master plan to controlling plan
|
2021-11-11 15:04:44 -06:00 |
ThreadPlanCallUserExpression.cpp
|
[lldb] Rename Logging.h to LLDBLog.h and clean up includes
|
2022-02-03 14:47:01 +01:00 |
ThreadPlanPython.cpp
|
[lldb] Rename Logging.h to LLDBLog.h and clean up includes
|
2022-02-03 14:47:01 +01:00 |
ThreadPlanRunToAddress.cpp
|
[lldb] Rename Logging.h to LLDBLog.h and clean up includes
|
2022-02-03 14:47:01 +01:00 |
ThreadPlanShouldStopHere.cpp
|
[lldb] Rename Logging.h to LLDBLog.h and clean up includes
|
2022-02-03 14:47:01 +01:00 |
ThreadPlanStack.cpp
|
Add a mutex to the ThreadPlanStackMap class.
|
2022-04-29 11:07:22 -07:00 |
ThreadPlanStepInRange.cpp
|
[lldb] Fix step-avoid-regexp logging
|
2022-03-09 08:35:15 -08:00 |
ThreadPlanStepInstruction.cpp
|
[lldb] Rename Logging.h to LLDBLog.h and clean up includes
|
2022-02-03 14:47:01 +01:00 |
ThreadPlanStepOut.cpp
|
[lldb] Rename Logging.h to LLDBLog.h and clean up includes
|
2022-02-03 14:47:01 +01:00 |
ThreadPlanStepOverBreakpoint.cpp
|
[lldb] Rename Logging.h to LLDBLog.h and clean up includes
|
2022-02-03 14:47:01 +01:00 |
ThreadPlanStepOverRange.cpp
|
[lldb] Rename Logging.h to LLDBLog.h and clean up includes
|
2022-02-03 14:47:01 +01:00 |
ThreadPlanStepRange.cpp
|
[lldb] Rename Logging.h to LLDBLog.h and clean up includes
|
2022-02-03 14:47:01 +01:00 |
ThreadPlanStepThrough.cpp
|
[lldb] Rename Logging.h to LLDBLog.h and clean up includes
|
2022-02-03 14:47:01 +01:00 |
ThreadPlanStepUntil.cpp
|
[lldb] Rename Logging.h to LLDBLog.h and clean up includes
|
2022-02-03 14:47:01 +01:00 |
ThreadPlanTracer.cpp
|
Make CompilerType safe
|
2022-11-16 15:51:26 -08:00 |
ThreadSpec.cpp
|
…
|
|
Trace.cpp
|
[lldb] Use std::nullopt instead of None (NFC)
|
2022-12-04 16:51:25 -08:00 |
TraceCursor.cpp
|
[trace][intel pt] Fix per-psb packet decoding
|
2022-08-12 15:13:48 -07:00 |
TraceDumper.cpp
|
[lldb] Use std::nullopt instead of None (NFC)
|
2022-12-04 16:51:25 -08:00 |
TraceExporter.cpp
|
[lldb] Remove ConstString from SymbolVendor, Trace, TraceExporter, UnwindAssembly, MemoryHistory and InstrumentationRuntime plugin names
|
2021-10-29 12:08:57 +02:00 |
UnixSignals.cpp
|
Use value instead of getValue (NFC)
|
2022-07-15 20:03:13 -07:00 |
UnwindAssembly.cpp
|
…
|
|
UnwindLLDB.cpp
|
[lldb] Rename Logging.h to LLDBLog.h and clean up includes
|
2022-02-03 14:47:01 +01:00 |