LLDB mainline
AssertFrameRecognizer.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  lldb_private
 A class that represents a running process on the host machine.

Functions

bool lldb_private::GetAbortLocation (llvm::Triple::OSType os, SymbolLocation &location)
 Fetches the abort frame location depending on the current platform.
bool lldb_private::GetAssertLocation (llvm::Triple::OSType os, SymbolLocation &location)
 Fetches the assert frame location depending on the current platform.
void lldb_private::RegisterAssertFrameRecognizer (Process *process)
 Registers the assert stack frame recognizer.