|
LLDB mainline
|
#include "lldb/lldb-defines.h"#include "lldb/lldb-enumerations.h"#include "lldb/lldb-forward.h"#include "lldb/lldb-types.h"#include "lldb/lldb-versioning.h"#include <cstdio>Go to the source code of this file.
Namespaces | |
| namespace | lldb |
Macros | |
| #define | LLDB_API |
| #define | LLDB_DEPRECATED(MSG) |
| #define | LLDB_DEPRECATED_FIXME(MSG, FIX) |
Typedefs | |
| typedef bool(* | lldb::SBBreakpointHitCallback) (void *baton, lldb::SBProcess &process, lldb::SBThread &thread, lldb::SBBreakpointLocation &location) |
| typedef void(* | lldb::SBDebuggerDestroyCallback) (lldb::user_id_t debugger_id, void *baton) |
| typedef lldb::CommandReturnObjectCallbackResult(* | lldb::SBCommandPrintCallback) (lldb::SBCommandReturnObject &result, void *baton) |
| typedef lldb::SBError(* | lldb::SBPlatformLocateModuleCallback) (void *baton, const lldb::SBModuleSpec &module_spec, lldb::SBFileSpec &module_file_spec, lldb::SBFileSpec &symbol_file_spec) |
| #define LLDB_API |
Definition at line 28 of file SBDefines.h.
Referenced by lldb::SBAddress::operator==.
| #define LLDB_DEPRECATED | ( | MSG | ) |
Definition at line 38 of file SBDefines.h.
| #define LLDB_DEPRECATED_FIXME | ( | MSG, | |
| FIX ) |
Definition at line 39 of file SBDefines.h.