- Jun 27, 2011
-
-
Johnny Chen authored
llvm-svn: 133921
-
Johnny Chen authored
llvm-svn: 133920
-
Johnny Chen authored
Move top level test dirs platform and inferior-crashing to reside under functionalities and order to reside under macosx. llvm-svn: 133919
-
Johnny Chen authored
Move top level test dirs inlined_breakpoints, load_unload, and embedded_interpreter to reside under functionalities. llvm-svn: 133918
-
- Jun 26, 2011
-
-
Johnny Chen authored
llvm-svn: 133894
-
Johnny Chen authored
llvm-svn: 133893
-
Johnny Chen authored
llvm-svn: 133892
-
Johnny Chen authored
llvm-svn: 133890
-
Johnny Chen authored
llvm-svn: 133889
-
- Jun 25, 2011
-
-
Johnny Chen authored
Move stl dir to now reside under lang/cpp. llvm-svn: 133884
-
Johnny Chen authored
llvm-svn: 133883
-
Johnny Chen authored
llvm-svn: 133882
-
Johnny Chen authored
llvm-svn: 133881
-
Johnny Chen authored
llvm-svn: 133880
-
Johnny Chen authored
llvm-svn: 133879
-
Johnny Chen authored
llvm-svn: 133878
-
Johnny Chen authored
llvm-svn: 133877
-
Johnny Chen authored
llvm-svn: 133876
-
Greg Clayton authored
llvm-svn: 133865
-
Jason Molenda authored
arguments in hex-encoded form instead of the old QEnvironment packet which takes them as plain-text strings. Environment variables containing remote protocol special chars like '#' would fail to set with QEnvironment. llvm-svn: 133857
-
Greg Clayton authored
inspection of namespaces in the expression parser. ClangExpressionDeclMap hitherto reported that namespaces had been completely imported, even though the namespaces are returned empty. To deal with this situation, ClangASTSource was recently extended with an API to complete incomplete type definitions, and, for greater efficiency, to complete these definitions partially, returning only those objects that have a given name. This commit supports these APIs on LLDB's side, and uses it to provide information on types resident in namespaces. Namespaces are now imported as they were -- that is to say, empty -- but with minimal import mode on. This means that Clang will come back and request their contents by name as needed. We now respond with information on the contained types; this will be followed soon by information on functions and variables. llvm-svn: 133852
-
Johnny Chen authored
llvm-svn: 133850
-
Johnny Chen authored
llvm-svn: 133848
-
Johnny Chen authored
llvm-svn: 133843
-
Johnny Chen authored
llvm-svn: 133839
-
Johnny Chen authored
llvm-svn: 133837
-
Johnny Chen authored
llvm-svn: 133836
-
Greg Clayton authored
We now check with the platform to see if we are doing local or remote debugging and setup the stdio accordingly. llvm-svn: 133835
-
Greg Clayton authored
llvm-svn: 133834
-
Jim Ingham authored
llvm-svn: 133831
-
- Jun 24, 2011
-
-
Johnny Chen authored
llvm-svn: 133810
-
Johnny Chen authored
llvm-svn: 133809
-
Greg Clayton authored
llvm-svn: 133786
-
Greg Clayton authored
connected process connection. Also added support for more kinds of continue packet when multiple threads need to continue where some want to continue with signals. llvm-svn: 133785
-
Peter Collingbourne authored
llvm-svn: 133781
-
Johnny Chen authored
llvm-svn: 133780
-
Johnny Chen authored
It should not crash lldb. This checkin adds calls for SBAddress. llvm-svn: 133778
-
Johnny Chen authored
main.cpp is contributed from Enrico. Modify CommandObjectType.cpp to set status on the CommandReturnObject when succeeded as well. llvm-svn: 133772
-
Johnny Chen authored
Assign the test method name to self.testMethodName. This can be useful for the test directory (see test/types for a good example) which houses a bunch of executables compiled from different source files. The default build action is to create a.out as the binary executable, which can confuse the module cacheing mechanism and result in the debugger getting a stale image as the target to be debugged, and chaos ensues. o AbstractBase.py, TestThreadAPI.py: Use self.testMethodName to our advantage. o TestLoadUnload.py: Add expected failure marker to test case test_modules_search_paths(). llvm-svn: 133768
-
- Jun 23, 2011
-
-
Greg Clayton authored
the FormatManager class. Modified the format arguments in any commands to be able to use a single character format, or a full format name, or a partial format name if no full format names match. Modified any code that was displaying formats to use the new FormatManager calls so that our help text and errors never get out of date. Modified the display of the "type format list" command to be a bit more human readable by showing the format as a format string rather than the single character format char. llvm-svn: 133765
-