Greg Clayton
da91b17bc7
Patch from Viktor Kutuzov: changes the method declarations to const for the Args::GetCommandString and Agrs::GetQuotedCommandString methods. It allows using of these methods within the other const methods.
...
llvm-svn: 155593
2012-04-25 22:30:32 +00:00
Greg Clayton
4f76fef267
Make the libheap.dylib build into a consistent temp directory so it can be reused between lldb invocations. Also add the module name into the directory path that is used to store the target triple specific build of libheap.dylib.
...
Also added code that will rebuild libheap.dylib if heap_find.cpp is newer that libheap.dylib.
llvm-svn: 155590
2012-04-25 21:23:07 +00:00
Enrico Granata
de93b6b42f
Fixing a typo in the NSArray data formatter
...
llvm-svn: 155586
2012-04-25 20:59:02 +00:00
Jim Ingham
e5b2245d68
Make sure the end of the first line is still within the function, and if not, don't push the prologue past it.
...
rdar://problem/11271074
llvm-svn: 155579
2012-04-25 19:48:30 +00:00
Greg Clayton
d712ef0fd7
Remove the "-x" from the finish-swig-Python-LLDB.sh shell options so it doesn't print out all of the commands when executing the shell script.
...
Cleaned up the lldb.utils.symbolication, lldb.macosx.heap and lldb.macosx.crashlog. The lldb.macosx.heap can now build a dylib for the current triple into a temp directory and use it from there.
llvm-svn: 155577
2012-04-25 18:40:20 +00:00
Enrico Granata
7d22221759
Returning data formatters to their previous working condition - Plus fixing an issue that was preventing Python oneliners from executing
...
llvm-svn: 155563
2012-04-25 17:53:41 +00:00
Sean Callanan
e8dea98b5e
Hardened LLDB against NULL identifiers being passed
...
into FindExternalVisibleDeclsByName.
llvm-svn: 155561
2012-04-25 17:46:01 +00:00
Jim Ingham
5d2735e502
Suspend program threads before sending the SIGSTOP & resuming, so other threads won't get into trouble while we are waiting for the SIGSTOP.
...
rdar://problem/11174834
llvm-svn: 155560
2012-04-25 17:45:26 +00:00
Enrico Granata
eb36cadb68
Fixing an over-substitution of text
...
llvm-svn: 155556
2012-04-25 16:35:54 +00:00
Enrico Granata
85ce21c04d
Make the C++ formatters importable by having them use the right package to import and reference the Logger
...
llvm-svn: 155555
2012-04-25 16:32:39 +00:00
Greg Clayton
ed3eee6e55
Now that we have an LLDB package, make the "lldb.macosx.crashlog" module work with all of the new module paths.
...
llvm-svn: 155528
2012-04-25 01:49:50 +00:00
Jason Molenda
68b922590d
Bump to lldb-144.
...
llvm-svn: 155527
2012-04-25 01:44:49 +00:00
Enrico Granata
28399adad8
Making the Cocoa formatters comply with the new on-disk layout of the Python resources - This is one of the steps towards making the data formatters work again
...
llvm-svn: 155526
2012-04-25 01:39:27 +00:00
Enrico Granata
5b4ab4c848
Ensure that lldb/runtime is not a dead point in the Python package hierarchy - This is a first preliminary step in fixing data formatters after Greg's changes to the Python resources on-disk layout
...
llvm-svn: 155525
2012-04-25 01:26:37 +00:00
Greg Clayton
938aa00795
Remove unneeded files.
...
llvm-svn: 155524
2012-04-25 01:25:22 +00:00
Greg Clayton
81e9ebf798
Move the source and Makefile into a directory so it will be easier to install.
...
llvm-svn: 155523
2012-04-25 01:25:04 +00:00
Johnny Chen
6381f01012
Renaming to rid of the '++' in the test file name and simplify the Makefile.
...
llvm-svn: 155521
2012-04-25 01:20:15 +00:00
Greg Clayton
b1ba1bb194
Make the Makefile stand alone.
...
llvm-svn: 155520
2012-04-25 01:19:20 +00:00
Jim Ingham
c9efdbb0d4
Fix the docs for "breakpoint command add" to specify the arguments passed into the python function.
...
llvm-svn: 155517
2012-04-25 01:05:21 +00:00
Sean Callanan
dd42e097eb
Removed a binary that I accidentally committed.
...
llvm-svn: 155516
2012-04-25 01:04:34 +00:00
Sean Callanan
7457f8d7c9
Recognize Objective-C classes with runtime class
...
ObjCPlusPlus as Objective-C classes. Really the
compiler should say they have Objective-C runtime
class, but we should be a little more resilient
(we were refusing to find ivars in those classes
before).
Also added a test case.
llvm-svn: 155515
2012-04-25 01:03:57 +00:00
Greg Clayton
6d98f56c58
Maked LLDB into a package so we can import things without poluting the global namespace.
...
Enrico will follow this up with fixing the data formatter test cases that are failing.
llvm-svn: 155514
2012-04-25 00:58:03 +00:00
Sean Callanan
374bd0c9e5
Made it safe to re-import a Python module, allowing
...
the same test to be run multiple times in the same
session.
llvm-svn: 155511
2012-04-25 00:21:42 +00:00
Enrico Granata
45034810aa
Fixing a bunch of i386 testsuite failures
...
llvm-svn: 155510
2012-04-25 00:13:06 +00:00
Jason Molenda
216d91f16e
Change Target::ReadMemoryFromFileCache to not read from the file
...
if the section is marked as encrypted. It will likely be readable
in live memory.
<rdar://problem/11305675>
llvm-svn: 155509
2012-04-25 00:06:56 +00:00
Johnny Chen
c4f4d056ab
Make the test case more robust in terms of remote testsuite execution.
...
rdar://problem/11312971
llvm-svn: 155505
2012-04-24 23:33:16 +00:00
Sean Callanan
dfc066d274
Forgo the selector test on i386, where we can't
...
test whether an object responds to a selector
from outside the process.
llvm-svn: 155504
2012-04-24 23:31:54 +00:00
Sean Callanan
72546f01d3
Create an NSAutoreleasePool correctly in a test
...
case so that the Objective-C runtime doesn't
complain about lack of one, causing the test case
to fail.
llvm-svn: 155503
2012-04-24 23:18:47 +00:00
Johnny Chen
8da4ddf990
Add a suffix rule for compiling objc++ files and a sample directory under test/lang/objcxx.
...
llvm-svn: 155501
2012-04-24 23:05:07 +00:00
Enrico Granata
bce6b17d7a
Fixing a typo in the previous commit that broke the build
...
llvm-svn: 155497
2012-04-24 22:33:23 +00:00
Enrico Granata
9f1e204130
Fixing an issue where the expression parser was not correctly freeze-drying bitfields - This patch ensures that (a) freeze-drying bitfields works correctly and (b) that we actually access bitfields through IR instead of the 'frame var en lieu of expr' shortcut, for added safety in corner cases that may arise
...
llvm-svn: 155494
2012-04-24 22:15:37 +00:00
Johnny Chen
8f198c96fd
Add a '-R' option, which is similar to '-r', except that the relocated directory, if exists, will be removed entirely
...
before running the test suite. A usage example looks like this:
test $ ./dotest.py -A x86_64 -R /tmp/x86_64 &
test $ ./dotest.py -A i386 -R /tmp/i386 &
where we would want to run the x86_64 and i386 archs concurrently but relocate the test suite to different directory
hierarchies in order not to stump on each other's intermediate files.
llvm-svn: 155491
2012-04-24 21:44:10 +00:00
Greg Clayton
a8022fa70d
<rdar://problem/11291668>
...
Fixed an issue that would happen when using debug map with DWARF in the .o files where we wouldn't ever track down the actual definition for a type when things were in namespaces. We now serialize the decl context information into an intermediate format which allows us to track down the correct definition for a type regardless of which DWARF symbol file it comes from. We do this by creating a "DWARFDeclContext" object that contains the DW_TAG + name for each item in a decl context which we can then use to veto potential accelerator table matches. For example, the accelerator tables store the basename of the type, so if you have "std::vector<int>", we would end up with an accelerator table entry for the type that contained "vector<int>", which we would then search for using a DWARFDeclContext object that contained:
[0] DW_TAG_class_type "vector<int>"
[1] DW_TAG_namespace "std"
This is currently used to track down forward declarations for things like "class a:🅱️ :Foo;".
llvm-svn: 155488
2012-04-24 21:22:41 +00:00
Sean Callanan
4538aa25bd
Fixed a crasher that occurs when an expression
...
doesn't return a result. If that expression can't
be run in the current context (for example, if it
uses a function and there is no running process)
then we used to try to destroy the nonexistent
result variable. We now only destroy the result
variable if we actually made one.
llvm-svn: 155455
2012-04-24 17:56:40 +00:00
Greg Clayton
1eac0c729f
Added support for the LC_ENCRYPTION_INFO load command.
...
llvm-svn: 155423
2012-04-24 03:06:13 +00:00
Jim Ingham
a503881635
Report the command error when we are in "stop on error mode."
...
llvm-svn: 155422
2012-04-24 02:25:07 +00:00
Jason Molenda
0a287e0356
A small fix for ObjectFileMachO::ParseSymtab() where a pointer
...
into the middle of a vector was being used after the vector may
have been resized.
<rdar://problem/11284937>
llvm-svn: 155421
2012-04-24 02:09:58 +00:00
Enrico Granata
fe945e83e0
Fixing the test case so that it runs correctly on i386 as well as on x86_64
...
llvm-svn: 155420
2012-04-24 02:01:17 +00:00
Enrico Granata
f1dfbad036
Removing the @expectedFailurei386 decorator from test cases that now work as a result of the latest changes to Value.cpp
...
llvm-svn: 155419
2012-04-24 01:45:19 +00:00
Enrico Granata
b046e0320c
This patch fixes a bug where LLDB was incorrectly setting the address-size on a DataExtractor to be sizeof(void*) when the ValueObject came out of the expression parser
...
This worked correctly for 64-bit targets, but broke down data formatters in i386 mode. The formatters would try to read pointers out of the frozen-dried objects,
but were unable to do so because they would try fetching 8 bytes from a DataExtractor with only 4 bytes in it. This patch fixes the issue by always making the pointer-size
for a DataExtractor match the target setting.
llvm-svn: 155418
2012-04-24 01:23:23 +00:00
Jim Ingham
927f09ca0e
Pass *this in explicitly to save the FileSpec copy construction.
...
llvm-svn: 155407
2012-04-23 23:22:24 +00:00
Greg Clayton
d61c0fc049
Added the ability to log a message with a backtrace when verbose logging is enabled to the Module class. Used this new function in the DWARF parser.
...
llvm-svn: 155404
2012-04-23 22:55:20 +00:00
Greg Clayton
2dafd8ed4b
<rdar://problem/11282938>
...
Fixed an issue where we get NULL compile units back from the symbol vendor. We need symbol vendors to be able to quickly give an estimate of the compile units that they have without having to fully vette them first, so anyone getting compile units from a module should be able to deal with a NULL compile unit being returned for a given index.
llvm-svn: 155398
2012-04-23 22:00:21 +00:00
Greg Clayton
b210aec64d
Added the ability to specify the symbol file for a module when adding it to a target.
...
llvm-svn: 155384
2012-04-23 20:23:39 +00:00
Johnny Chen
7debd16c95
Test file renaming.
...
llvm-svn: 155369
2012-04-23 17:54:40 +00:00
Sean Callanan
1ef77434e3
Implemented zext as a no-op cast in the IR
...
interpreter.
llvm-svn: 155360
2012-04-23 17:25:38 +00:00
Jason Molenda
0c72f85690
Bump version to lldb-143.
...
llvm-svn: 155272
2012-04-21 02:10:22 +00:00
Johnny Chen
910667004f
Remove the expectedFailure decorator as the bug has been fixed.
...
llvm-svn: 155264
2012-04-21 01:02:50 +00:00
Greg Clayton
b403a15ded
Added code to automatically load the libheap.dylib when ptr_refs, cstr_refs or malloc_info are called. If MallocStackLogging is enabled, then you can now use --stack to dump the backtrace of the code that allocated each malloc block.
...
llvm-svn: 155262
2012-04-21 00:11:26 +00:00
Johnny Chen
34d3a38a9c
Method name change to avoid further conflicts when merging from ToT to branches/lldb-platform-work.
...
llvm-svn: 155260
2012-04-20 23:59:21 +00:00