|
LLDB mainline
|
#include "CommandObjectVersion.h"#include "lldb/Core/Debugger.h"#include "lldb/Interpreter/CommandReturnObject.h"#include "lldb/Version/Version.h"#include "llvm/ADT/StringExtras.h"#include "CommandOptions.inc"Go to the source code of this file.
Macros | |
| #define | LLDB_OPTIONS_version |
Functions | |
| static void | dump (const StructuredData::Array &array, Stream &s) |
| static void | dump (const StructuredData::Dictionary &config, Stream &s) |
| #define LLDB_OPTIONS_version |
Definition at line 19 of file CommandObjectVersion.cpp.
|
static |
Definition at line 34 of file CommandObjectVersion.cpp.
References lldb_private::StructuredData::Array::ForEach().
Referenced by lldb_private::CommandObjectVersion::DoExecute(), dump(), and lldb_private::Target::GetOrCreateModule().
|
static |
Definition at line 45 of file CommandObjectVersion.cpp.
References dump(), lldb_private::StructuredData::Dictionary::ForEach(), lldb_private::StructuredData::Object::GetAsDictionary(), and lldb_private::StructuredData::Dictionary::GetValueForKey().