[Lldb-commits] [lldb] r190742 - One bit of that last commit wasn't meant to be included.
Jason Molenda
jmolenda at apple.com
Fri Sep 13 22:22:33 PDT 2013
Author: jmolenda
Date: Sat Sep 14 00:22:33 2013
New Revision: 190742
URL: http://llvm.org/viewvc/llvm-project?rev=190742&view=rev
Log:
One bit of that last commit wasn't meant to be included.
Modified:
lldb/trunk/source/Plugins/Process/mach-core/ProcessMachCore.cpp
Modified: lldb/trunk/source/Plugins/Process/mach-core/ProcessMachCore.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/mach-core/ProcessMachCore.cpp?rev=190742&r1=190741&r2=190742&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/mach-core/ProcessMachCore.cpp (original)
+++ lldb/trunk/source/Plugins/Process/mach-core/ProcessMachCore.cpp Sat Sep 14 00:22:33 2013
@@ -174,10 +174,6 @@ ProcessMachCore::GetDynamicLoaderAddress
case llvm::MachO::MH_DYLINKER:
//printf("0x%16.16" PRIx64 ": file_type = MH_DYLINKER\n", vaddr);
// Address of dyld "struct mach_header" in the core file
- if (m_dyld_addr != LLDB_INVALID_ADDRESS)
- {
- assert (!"already had user process dyld");
- }
m_dyld_addr = addr;
return true;
More information about the lldb-commits
mailing list