summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface
diff options
context:
space:
mode:
authorEnrico Granata <granata.enrico@gmail.com>2011-08-16 23:24:13 +0000
committerEnrico Granata <granata.enrico@gmail.com>2011-08-16 23:24:13 +0000
commit223383ed6c77205c84e2061881206e5379f6442f (patch)
tree74d512533e99cacb0400131ee005754e5bbd6f8e /lldb/scripts/Python/interface
parent556e653b6ad9ba2bb6593cf8ba5857ec1384331a (diff)
downloadbcm5719-llvm-223383ed6c77205c84e2061881206e5379f6442f.tar.gz
bcm5719-llvm-223383ed6c77205c84e2061881206e5379f6442f.zip
Changes to Python commands:
- They now have an SBCommandReturnObject instead of an SBStream as third argument - The class CommandObjectPythonFunction has been merged into CommandObjectCommands.cpp - The command to manage them is now: command script with subcommands add, list, delete, clear command alias is returned to its previous functionality - Python commands are now part of an user dictionary, instead of being seen as aliases llvm-svn: 137785
Diffstat (limited to 'lldb/scripts/Python/interface')
-rw-r--r--lldb/scripts/Python/interface/SBCommandReturnObject.i7
1 files changed, 7 insertions, 0 deletions
diff --git a/lldb/scripts/Python/interface/SBCommandReturnObject.i b/lldb/scripts/Python/interface/SBCommandReturnObject.i
index 48d7bc24554..51d8ca8a77f 100644
--- a/lldb/scripts/Python/interface/SBCommandReturnObject.i
+++ b/lldb/scripts/Python/interface/SBCommandReturnObject.i
@@ -70,6 +70,13 @@ public:
void
SetImmediateErrorFile (FILE *fh);
+
+ void
+ PutCString(const char* string, int len = -1);
+
+ size_t
+ Printf(const char* format, ...);
+
};
} // namespace lldb
OpenPOWER on IntegriCloud