- Aug 19, 2011
-
-
Bill Wendling authored
llvm-svn: 138102
-
Eric Christopher authored
llvm-svn: 138101
-
Eric Christopher authored
llvm-svn: 138100
-
Eric Christopher authored
llvm-svn: 138099
-
Eric Christopher authored
llvm-svn: 138098
-
Eric Christopher authored
llvm-svn: 138097
-
Eric Christopher authored
llvm-svn: 138096
-
Eric Christopher authored
llvm-svn: 138095
-
Nick Lewycky authored
llvm-svn: 138091
-
Eric Christopher authored
llvm-svn: 138090
-
Eric Christopher authored
llvm-svn: 138089
-
Eric Christopher authored
for sext -> and difference. llvm-svn: 138088
-
Eric Christopher authored
llvm-svn: 138087
-
Eric Christopher authored
llvm-svn: 138086
-
Eric Christopher authored
llvm-svn: 138085
-
Eric Christopher authored
llvm-svn: 138084
-
Eric Christopher authored
llvm-svn: 138083
-
Eric Christopher authored
an opt test. llvm-svn: 138082
-
Douglas Gregor authored
llvm-svn: 138081
-
Enrico Granata authored
- Now using ${var} as the summary for an aggregate type will produce "name-of-type @ object-location" instead of giving an error e.g. you may get "foo_class @ 0x123456" when typing "type summary add -f ${var} foo_class" - Added a new special formatting token %T for summaries. This shows the type of the object. Using it, the new "type @ location" summary could be manually generated by writing ${var%T} @ ${var%L} - Bits and pieces required to support "frame variable array[n-m]" The feature is not enabled yet because some additional design and support code is required, but the basics are getting there - Fixed a potential issue where a ValueObjectSyntheticFilter was not holding on to its SyntheticChildrenSP Because of the way VOSF are being built now, this has never been an actual issue, but it is still sensible for a VOSF to hold on to the SyntheticChildrenSP as well as to its FrontEnd llvm-svn: 138080
-
Douglas Gregor authored
llvm-svn: 138079
-
Johnny Chen authored
Add a Python script to locate each binary file under a root directory which matches some pathname pattern and to invoke lldb-disasm.py on the binary file to disassemble its symbols. The number of symbols can be specified by, for example, '-n 10000', to specify 10,000 symbols to disassemble for each module. By default, only 1000 symbols from each module are disassembled. Example: utils/test/run-dis.py -r '/Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.3/Symbols' -p '^/System/Library/.*Frameworks/.*\.framework/[^/]+$' tries to disassemble every public/private frameworks (by default only 1000 symbols are disassembled) under iOS4.3. llvm-svn: 138078
-
Jim Grosbach authored
llvm-svn: 138077
-
Jim Grosbach authored
llvm-svn: 138076
-
Nick Lewycky authored
the relevant section of libcxx. As an aside, I am not at all confident that this test is still testing that it's supposed to. llvm-svn: 138075
-
Matt Beaumont-Gay authored
llvm-svn: 138074
-
Jim Grosbach authored
llvm-svn: 138073
-
Jim Grosbach authored
llvm-svn: 138072
-
Nick Lewycky authored
the intent seems to be to terminate even in Release builds, just use abort() directly. If program flow ever reaches a __builtin_unreachable (which llvm_unreachable is #define'd to on newer GCCs) then the program is undefined. llvm-svn: 138068
-
Jim Grosbach authored
llvm-svn: 138067
-
Jim Grosbach authored
llvm-svn: 138066
-
Jim Grosbach authored
llvm-svn: 138065
-
Jim Grosbach authored
llvm-svn: 138064
-
Jim Grosbach authored
llvm-svn: 138063
-
Fariborz Jahanian authored
specified. // rdar://9971982 llvm-svn: 138062
-
Jim Grosbach authored
llvm-svn: 138061
-
Jim Grosbach authored
llvm-svn: 138060
-
Jim Grosbach authored
llvm-svn: 138059
-
Jim Grosbach authored
llvm-svn: 138056
-
Sean Callanan authored
MCParsedAsmOperand objects were being leaked. llvm-svn: 138053
-