From 80e3e84ddb99c1a9306530cf18de6d836c22f6a3 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Thu, 15 Dec 2011 22:34:59 +0000 Subject: Add fuzz calls for newly added SBProcess methods. Fix a typo in the audodoc of SBProcess.ReadCStringFromMemory(). llvm-svn: 146695 --- lldb/test/python_api/default-constructor/sb_process.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lldb/test/python_api/default-constructor') diff --git a/lldb/test/python_api/default-constructor/sb_process.py b/lldb/test/python_api/default-constructor/sb_process.py index f74df33ce10..ce4c5c6bd5c 100644 --- a/lldb/test/python_api/default-constructor/sb_process.py +++ b/lldb/test/python_api/default-constructor/sb_process.py @@ -36,6 +36,9 @@ def fuzz_obj(obj): obj.Signal(7) obj.ReadMemory(0x0000ffff, 10, error) obj.WriteMemory(0x0000ffff, "hi data", error) + obj.ReadCStringFromMemory(0x0, 128, error) + obj.ReadUnsignedFromMemory(0xff, 4, error) + obj.ReadPointerFromMemory(0xff, error) obj.GetBroadcaster() obj.GetDescription(lldb.SBStream()) obj.LoadImage(lldb.SBFileSpec(), error) -- cgit v1.2.3