|
LLDB mainline
|
#include "lldb/Target/Process.h"#include "lldb/Target/StackFrameRecognizer.h"#include "lldb/Utility/ConstString.h"#include "lldb/Utility/FileSpec.h"#include <tuple>Go to the source code of this file.
Classes | |
| class | lldb_private::AssertRecognizedStackFrame |
| Holds the stack frame where the assert is called from. More... | |
| class | lldb_private::AssertFrameRecognizer |
| When a thread stops, it checks depending on the platform if the top frame is an abort stack frame. More... | |
Namespaces | |
| namespace | lldb_private |
| A class that represents a running process on the host machine. | |
Functions | |
| void | lldb_private::RegisterAssertFrameRecognizer (Process *process) |
| Registers the assert stack frame recognizer. | |