- Oct 07, 2010
-
-
Jakob Stoklund Olesen authored
llvm-svn: 115950
-
Owen Anderson authored
llvm-svn: 115949
-
Owen Anderson authored
llvm-svn: 115947
-
Owen Anderson authored
llvm-svn: 115946
-
Michael J. Spencer authored
llvm-svn: 115945
-
Sean Callanan authored
milliseconds to 10 seconds, which was the original intent. llvm-svn: 115942
-
Michael J. Spencer authored
llvm-svn: 115935
-
Fariborz Jahanian authored
must match start and end location of the expression as expected by the rewriter client. Fixes // rdar: // 8520727 llvm-svn: 115934
-
Owen Anderson authored
llvm-svn: 115933
-
Owen Anderson authored
llvm-svn: 115932
-
Douglas Gregor authored
llvm-svn: 115931
-
Howard Hinnant authored
llvm-svn: 115930
-
Jakob Stoklund Olesen authored
do one find(). llvm-svn: 115929
-
Jakob Stoklund Olesen authored
llvm-svn: 115928
-
Owen Anderson authored
initialization functions that initialize the set of passes implemented in that library. Add C bindings for these functions as well. llvm-svn: 115927
-
Greg Clayton authored
ScriptInterpreterPython class and made a simple callback function that ScriptInterpreterPython::BreakpointCallbackFunction() now calls so we don't include any internal API stuff into the cpp file that is generated by SWIG. Fixed a few build warnings in debugserver. llvm-svn: 115926
-
Owen Anderson authored
llvm-svn: 115924
-
Jim Grosbach authored
llvm-svn: 115923
-
Johnny Chen authored
llvm-svn: 115922
-
Kalle Raiskila authored
llvm-svn: 115921
-
Howard Hinnant authored
llvm-svn: 115920
-
Kalle Raiskila authored
Before the implementation of isLegalAddressingMode, some rare cases of code were miscompiled if optimized with the LoopStrengthReduce pass. It is unclear (to me) if LSR is "allowed" to produce wrong code with a bad TargetLowering, or if the bug is elsewhere and this patch just hides it. llvm-svn: 115919
-
Johnny Chen authored
Updated expected match strings because the print representations of SBProcess, SBThread, SBBreakpoint, and SBFrame have changed. llvm-svn: 115918
-
Johnny Chen authored
llvm-svn: 115917
-
Johnny Chen authored
llvm-svn: 115916
-
Daniel Dunbar authored
the version information, to help prevent user confusion about vendor version numbers vs. LLVM version numbers. llvm-svn: 115915
-
Daniel Dunbar authored
llvm-svn: 115914
-
Howard Hinnant authored
llvm-svn: 115913
-
NAKAMURA Takumi authored
llvm-svn: 115910
-
Michael J. Spencer authored
llvm-svn: 115909
-
Michael J. Spencer authored
llvm-svn: 115908
-
Eric Christopher authored
compilation of MultiSource/Benchmarks/Bullet. llvm-svn: 115907
-
Eric Christopher authored
llvm-svn: 115906
-
Eric Christopher authored
llvm-svn: 115905
-
Eric Christopher authored
llvm-svn: 115904
-
Chris Lattner authored
llvm-svn: 115903
-
Greg Clayton authored
tricks to get types to resolve. I did this by correctly including the correct files: stdint.h and all lldb-*.h files first before including the API files. This allowed me to remove all of the hacks that were in the lldb.swig file and it also allows all of the #defines in lldb-defines.h and enumerations in lldb-enumerations.h to appear in the lldb.py module. This will make the python script code a lot more readable. Cleaned up the "process launch" command to not execute a "process continue" command, it now just does what it should have with the internal API calls instead of executing another command line command. Made the lldb_private::Process set the state to launching and attaching if WillLaunch/WillAttach return no error respectively. llvm-svn: 115902
-
Owen Anderson authored
llvm-svn: 115901
-
Owen Anderson authored
a header declaring them all. This is also where we will declare per-library pass-set initializer functions down the road. llvm-svn: 115900
-
Johnny Chen authored
Temporarily commenting out the deprecated LaunchProcess() method. SWIG is not able to handle the overloaded functions. o dotest.py/lldbtest.py: Add an '-w' option to insert some wait time between consecutive test cases. o TestClassTypes.py: Make the breakpoint_creation_by_filespec_python() test method more robust and more descriptive by printing out a more insightful assert message. o lldb.swig: Coaches swig to treat StateType as an int type, instead of a C++ class. llvm-svn: 115899
-