LLDB mainline
|
#include "MemoryHistoryASan.h"
#include "lldb/Target/MemoryHistory.h"
#include "Plugins/Process/Utility/HistoryThread.h"
#include "lldb/Core/Debugger.h"
#include "lldb/Core/Module.h"
#include "lldb/Core/PluginInterface.h"
#include "lldb/Core/PluginManager.h"
#include "lldb/Expression/UserExpression.h"
#include "lldb/Target/ExecutionContext.h"
#include "lldb/Target/Target.h"
#include "lldb/Target/Thread.h"
#include "lldb/Target/ThreadList.h"
#include "lldb/ValueObject/ValueObject.h"
#include "lldb/lldb-private.h"
#include <sstream>
Go to the source code of this file.
Functions | |
static void | CreateHistoryThreadFromValueObject (ProcessSP process_sp, ValueObjectSP return_value_sp, const char *type, const char *thread_name, HistoryThreads &result) |
Variables | |
const char * | memory_history_asan_command_prefix |
const char * | memory_history_asan_command_format |
|
static |
Definition at line 92 of file MemoryHistoryASan.cpp.
References LLDB_INVALID_ADDRESS, pc, and lldb_private::HistoryThread::SetThreadName().
Referenced by lldb_private::MemoryHistoryASan::GetHistoryThreads().
const char* memory_history_asan_command_format |
Definition at line 72 of file MemoryHistoryASan.cpp.
Referenced by lldb_private::MemoryHistoryASan::GetHistoryThreads().
const char* memory_history_asan_command_prefix |
Definition at line 64 of file MemoryHistoryASan.cpp.
Referenced by lldb_private::MemoryHistoryASan::GetHistoryThreads().