summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2010-07-06 20:29:25 +0000
committerGreg Clayton <gclayton@apple.com>2010-07-06 20:29:25 +0000
commit5f067820bacc6b762bc0fef27970a8ec7883366b (patch)
tree97ebf932cee0d157f3e6de5cc7d41515837aacb3 /lldb/source/Plugins
parent3afe8a9f1d2af931e02368f3d47006308d353352 (diff)
downloadbcm5719-llvm-5f067820bacc6b762bc0fef27970a8ec7883366b.tar.gz
bcm5719-llvm-5f067820bacc6b762bc0fef27970a8ec7883366b.zip
Avoid duplicate names (something else that clang++ really doesn't like) in
function prototype (from Jean-Daniel Dupas). llvm-svn: 107693
Diffstat (limited to 'lldb/source/Plugins')
-rw-r--r--lldb/source/Plugins/Process/Utility/libunwind/src/RemoteUnwindProfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Utility/libunwind/src/RemoteUnwindProfile.h b/lldb/source/Plugins/Process/Utility/libunwind/src/RemoteUnwindProfile.h
index b03551cd21c..a23eb28a8ad 100644
--- a/lldb/source/Plugins/Process/Utility/libunwind/src/RemoteUnwindProfile.h
+++ b/lldb/source/Plugins/Process/Utility/libunwind/src/RemoteUnwindProfile.h
@@ -59,7 +59,7 @@ public:
class RemoteProcInfo;
-bool AssemblyParse (RemoteProcInfo *procinfo, unw_accessors_t *as, unw_addr_space_t as, uint64_t start, uint64_t end, RemoteUnwindProfile &profile, void *arg);
+bool AssemblyParse (RemoteProcInfo *procinfo, unw_accessors_t *accessor, unw_addr_space_t as, uint64_t start, uint64_t end, RemoteUnwindProfile &profile, void *arg);
class FuncBounds {
OpenPOWER on IntegriCloud