summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/default-constructor
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/python_api/default-constructor')
-rw-r--r--lldb/test/python_api/default-constructor/sb_address.py2
-rw-r--r--lldb/test/python_api/default-constructor/sb_module.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/python_api/default-constructor/sb_address.py b/lldb/test/python_api/default-constructor/sb_address.py
index 419e1f5c724..570e224a0de 100644
--- a/lldb/test/python_api/default-constructor/sb_address.py
+++ b/lldb/test/python_api/default-constructor/sb_address.py
@@ -11,7 +11,7 @@ def fuzz_obj(obj):
obj.SetLoadAddress(0xffff, lldb.SBTarget())
obj.OffsetAddress(sys.maxint)
obj.GetDescription(lldb.SBStream())
- obj.GetSectionType()
+ obj.GetSection()
obj.GetSymbolContext(lldb.eSymbolContextEverything)
obj.GetModule()
obj.GetCompileUnit()
diff --git a/lldb/test/python_api/default-constructor/sb_module.py b/lldb/test/python_api/default-constructor/sb_module.py
index d475ba96d22..5867a11f62f 100644
--- a/lldb/test/python_api/default-constructor/sb_module.py
+++ b/lldb/test/python_api/default-constructor/sb_module.py
@@ -10,7 +10,7 @@ def fuzz_obj(obj):
obj.GetPlatformFileSpec()
obj.SetPlatformFileSpec(lldb.SBFileSpec())
obj.GetUUIDString()
- obj.ResolveFileAddress(sys.maxint, lldb.SBAddress())
+ obj.ResolveFileAddress(sys.maxint)
obj.ResolveSymbolContextForAddress(lldb.SBAddress(), 0)
obj.GetDescription(lldb.SBStream())
obj.GetNumSymbols()
OpenPOWER on IntegriCloud