summaryrefslogtreecommitdiffstats
path: root/lldb/test/warnings/uuid/TestUUIDMismatchWanring.py
Commit message (Collapse)AuthorAgeFilesLines
* <rdar://problem/13092722>Greg Clayton2013-02-011-113/+0
| | | | | | | | | | Fix in loading mach files from memory when using DynamicLoaderMacOSXDYLD. Removed the uuid mismatch warning that could be spit out and any time during debugging and removed the test case that was looking for that. Currently the "add-dsym" or "target symbols add" command will report an error when the UUID's don't match. Be more careful when checking and resolving section + offset addresses to make sure none of the base addresses are invalid. llvm-svn: 174222
* Comment change.Johnny Chen2012-08-211-2/+3
| | | | llvm-svn: 162308
* Fix the wrong comment in TestUUIDMismatchWarnings.py.Johnny Chen2012-08-201-2/+1
| | | | llvm-svn: 162239
* Continue the cleanup started on r158737Filipe Cabecinhas2012-06-201-2/+2
| | | | | | | | Adds a utility class method to TestBase that checks and removes a temp file. Removed every use of system() to execute rm -f. llvm-svn: 158809
* lldb should warn when dSYM does not match the binary.Johnny Chen2012-02-011-0/+113
o Symbols.cpp: Emit a warning message when dSYM does not match the binary. o warnings/uuid: Added regression test case. o lldbtest.py: Modified to allow test case writer to demand that the build command does not begin with a clean first; required to make TestUUIDMismatchWanring.py work. rdar://problem/10515708 llvm-svn: 149465
OpenPOWER on IntegriCloud