summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/API/SBBreakpointLocation.h
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-04-25 20:23:05 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-04-25 20:23:05 +0000
commitfc87e2dd5c997060e4d82dd50f7a5e8ebd439998 (patch)
tree083066c2a809db19f9db30b30a4e6e940d0e96c8 /lldb/include/lldb/API/SBBreakpointLocation.h
parent743dda49d97245c7699ac5fc8e1fe583c69bf5cf (diff)
downloadbcm5719-llvm-fc87e2dd5c997060e4d82dd50f7a5e8ebd439998.tar.gz
bcm5719-llvm-fc87e2dd5c997060e4d82dd50f7a5e8ebd439998.zip
Make SBBreakpointLocation::GetDescription() API to be consistent with SBTarget,
i.e., with 'SBStream &description' first, followed by 'DescriptionLevel level'. Modify lldbutil.py so that get_description() for a target or breakpoint location can just take the lldb object itself without specifying an option to mean option lldb.eDescriptionLevelBrief. Modify TestTargetAPI.py to exercise this logic path. llvm-svn: 130147
Diffstat (limited to 'lldb/include/lldb/API/SBBreakpointLocation.h')
-rw-r--r--lldb/include/lldb/API/SBBreakpointLocation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/API/SBBreakpointLocation.h b/lldb/include/lldb/API/SBBreakpointLocation.h
index 652b7c5eed5..66b57a8a682 100644
--- a/lldb/include/lldb/API/SBBreakpointLocation.h
+++ b/lldb/include/lldb/API/SBBreakpointLocation.h
@@ -82,7 +82,7 @@ public:
IsResolved ();
bool
- GetDescription (DescriptionLevel level, lldb::SBStream &description);
+ GetDescription (lldb::SBStream &description, DescriptionLevel level);
SBBreakpoint
GetBreakpoint ();
OpenPOWER on IntegriCloud