- Aug 13, 2013
-
-
Sylvestre Ledru authored
Patch by Abid, Hafiz llvm-svn: 188270
-
Sean Callanan authored
a bunch of semicolons where the IndirectFieldDecls were. These IndirectFieldDecls should have been implicit. <rdar://problem/14628784> llvm-svn: 188247
-
rdar://problem/14717184Greg Clayton authored
LLDB needs in memory module load level settings to control how much information is read from memory when loading in memory modules. This change adds a new setting: (lldb) settings set target.memory-module-load-level [minimal|partial|complete] minimal will load only sections (no symbols, or function bounds via function starts or EH frame) partial will load sections + bounds complete will load sections + bounds + symbols llvm-svn: 188246
-
Sean Callanan authored
resolution of class_getSuperclass. <rdar://problem/14662686> llvm-svn: 188240
-
- Aug 12, 2013
-
-
Greg Clayton authored
llvm-svn: 188189
-
- Aug 10, 2013
-
-
Greg Clayton authored
Fixed a case where GCC was emitting a DW_TAG_class_type that has a DW_AT_declaration set to true, yet the class actually contains a definition for the class in that DIE. llvm-svn: 188124
-
- Aug 09, 2013
-
-
Daniel Malea authored
- building on other platforms not supported yet llvm-svn: 188102
-
Daniel Malea authored
- updated RNBDefs.h to allow version numbers to be passed in via preprocessor defines - update libdebugserver.cpp to compile against latest DNBProcessKill signature Review: http://llvm-reviews.chandlerc.com/D1331 llvm-svn: 188078
-
Matt Kopec authored
Patch by Richard Mitton. llvm-svn: 188075
-
- Aug 08, 2013
-
-
Sean Callanan authored
on curses. llvm-svn: 188015
-
Sean Callanan authored
operations. <rdar://problem/14656908> llvm-svn: 187996
-
Matt Kopec authored
llvm-svn: 187995
-
- Aug 07, 2013
-
-
Daniel Malea authored
- Immediates can be shown as hex (either Intel or MASM style) - See TestSettings.py for usage examples - Verified to cause no regressions on Linux x86_64 (Ubuntu 12.10) Patch by Richard Mitton! llvm-svn: 187921
-
Michael Sartain authored
llvm-svn: 187900
-
Daniel Malea authored
llvm-svn: 187890
-
Jason Molenda authored
to a log channel in StopInfoBreakpoint::PerformAction(). <rdar://problem/14651751> llvm-svn: 187833
-
Michael Sartain authored
llvm-svn: 187822
-
- Aug 06, 2013
-
-
Daniel Malea authored
- use SmallString instead - original implementation resulted in incorrect behaviour of lldb -P Fix by Kal Conley! llvm-svn: 187818
-
Daniel Malea authored
- Addresses review comments from Stefanus! llvm-svn: 187816
-
Daniel Malea authored
- Thanks to Matt Kopec for noticing the failure! llvm-svn: 187815
-
Matt Kopec authored
llvm-svn: 187814
-
Daniel Malea authored
- add new "--libcxx" parameter to dotest.py to specify path to custom libc++ llvm-svn: 187802
-
Daniel Malea authored
- update TestThreadStepOut.py to work with Intel compilers - fix typo in TestConcurrentEvents llvm-svn: 187801
-
- Aug 05, 2013
-
-
Andrew Kaylor authored
llvm-svn: 187730
-
- Aug 02, 2013
-
-
Matt Kopec authored
llvm-svn: 187660
-
- Aug 01, 2013
-
-
Jason Molenda authored
around was fixed in llvm commit r186846. <rdar://problem/14489274> llvm-svn: 187620
-
Daniel Malea authored
llvm-svn: 187603
-
Ashok Thirumurthi authored
mapping of source to assembly so that the same test script can be used with more compilers. Patch by Andy Kaylor! Also marks the LLDB test of template parameters as xfail on icc. llvm-svn: 187600
-
Michael Sartain authored
This fixes threadname logging (--thread-name) Add "-t" to TestLogging.py script to enable threadsafe and disable threadname logging llvm-svn: 187599
-
Stefanus Du Toit authored
This adds a new parameter, --skip-category, that can be used to list categories that should be skipped. For example, to run all tests except for Objective-C ones, one can now write: ./dotest.py --skip-category objc [...] llvm-svn: 187590
-
Matt Kopec authored
Thanks Stefanus! llvm-svn: 187585
-
Michael Sartain authored
Created new LinuxThread class inherited from POSIXThread and removed linux / freebsd ifdefs Removed several un-needed set thread name calls CR (and multiple suggestions): mkopec llvm-svn: 187545
-
Michael Sartain authored
CR: mkopec llvm-svn: 187542
-
- Jul 31, 2013
-
-
Matt Kopec authored
Also, rework the signed types test to check for signed or char type in the output as char is signed by default. llvm-svn: 187533
-
Daniel Malea authored
Fix lock hierarchy violation in Process (lock ordering of ThreadList mutex and StackFrameList mutex) - this fix ensures the ThreadList mutex is always locked before the StackFrameList mutex Situation where deadlock could occur (without this fix): Thread 1 is in Process::WillResume and locks the ThreadList mutex (on entry), and subsequently calls StackFrameList::Clear() which locks the StackFrameList mutex. Meanwhile, thread 2 is in Process::RunThreadPlan and calls Thread::SetSelectedFrame() (which locks the StackFrameList mutex) before calling GetSelectedThread (which attempts to lock the ThreadList mutex) In my testing on both Linux and Mac OS X, I was unable to reproduce any hangs with this patch applied. llvm-svn: 187522
-
Matt Kopec authored
Patch from Andy Kaylor. llvm-svn: 187520
-
Ashok Thirumurthi authored
TODO: Improve coverage of SBTypeMember and of 'target module dump'. llvm-svn: 187519
-
Matt Kopec authored
llvm-svn: 187507
-
Matt Kopec authored
Also update comment in const variables test to reflect ICC status. llvm-svn: 187501
-
Matt Kopec authored
Set an extra debug flag when testing with ICC so that it generates the correct debug info for inlined tests. llvm-svn: 187500
-