- Dec 08, 2010
-
-
Jakob Stoklund Olesen authored
llvm-svn: 121200
-
Johnny Chen authored
the command given to lldb command interpreter more readable. llvm-svn: 121199
-
Bill Wendling authored
llvm-svn: 121198
-
Evan Cheng authored
vpush instructions to save / restore VFP / NEON registers like this: vpush {d8,d10,d11} vpop {d8,d10,d11} vpush and vpop do not allow gaps in the register list. rdar://8728956 llvm-svn: 121197
-
Jim Grosbach authored
llvm-svn: 121196
-
Bill Wendling authored
functionality change. llvm-svn: 121195
-
- Dec 07, 2010
-
-
John McCall authored
llvm-svn: 121194
-
Sean Callanan authored
between clients of the LLDB API and the expression parser. llvm-svn: 121193
-
John McCall authored
the failed compile in PR8751. llvm-svn: 121192
-
Bob Wilson authored
llvm-svn: 121191
-
Bob Wilson authored
llvm-svn: 121190
-
Bob Wilson authored
llvm-svn: 121189
-
Bob Wilson authored
llvm-svn: 121188
-
Bob Wilson authored
llvm-svn: 121187
-
Jim Grosbach authored
llvm-svn: 121186
-
Johnny Chen authored
the results against our golden ones. llvm-svn: 121185
-
Devang Patel authored
llvm-svn: 121184
-
Johnny Chen authored
# runCmd: command alias print_hi expression printf ("\n\tHi!") # output: self.runCmd('command alias print_hi expression printf ("\\n\\tHi!")') # This fails currently. self.runCmd('print_hi') and modify existing test sequences to escape the escape character '\ to prevent it from being interpreted by Python before passing on to the lldb command interpreter. llvm-svn: 121183
-
Owen Anderson authored
llvm-svn: 121182
-
Howard Hinnant authored
llvm-svn: 121181
-
Jim Grosbach authored
llvm-svn: 121180
-
Jim Grosbach authored
possible. They were duplicates for everything exception the source pattern before. llvm-svn: 121179
-
Johnny Chen authored
llvm-svn: 121178
-
Evan Cheng authored
llvm-svn: 121176
-
Bob Wilson authored
llvm-svn: 121174
-
Bob Wilson authored
so they can be implemented without requiring clang builtins. Radar 8446238. llvm-svn: 121173
-
Evan Cheng authored
llvm-svn: 121172
-
Caroline Tice authored
- Fix alias-building & resolving to properly handle optional arguments for command options. - Add logging for command resolution ('log enable lldb commands') - Fix alias resolution to properly handle commands that take raw input (resolve the alias, but don't muck up the raw arguments). Net result: Among other things, 'expr' command can now take strings with escaped characters and not have the command handling & alias resolution code muck up the escaped characters. E.g. 'expr printf ("\n\n\tHello there!")' should now work properly. Not working yet: Creating aliases with raw input for commands that take raw input. Working on that. e.g. 'command alias print_hi expr printf ("\n\tHi!")' does not work yet. llvm-svn: 121171
-
Dan Gohman authored
uses of the function's blocks with undef. This code isn't needed, because BasicBlock's destructor handles such uses. Also, undef isn't correct, since blockaddresses may still be used for comparisons with null. llvm-svn: 121170
-
Johnny Chen authored
entries (including synthesized properties) through the lldb Python APIs. llvm-svn: 121168
-
Jim Grosbach authored
llvm-svn: 121167
-
Jim Grosbach authored
an assert, at least. llvm-svn: 121166
-
Bruno Cardoso Lopes authored
Remove target specific node MipsISD::CMov, which is not used because all conditional moves are directly matched using tablegen patterns. If there's a need in the future, we can introduce it again llvm-svn: 121164
-
Bruno Cardoso Lopes authored
(select (load (load tga0)) (load tga1)) => (load (select (load tga0) tga1)) Thanks to Akira for pointing that. llvm-svn: 121163
-
Jakob Stoklund Olesen authored
llvm-svn: 121162
-
Michael J. Spencer authored
llvm-svn: 121161
-
Michael J. Spencer authored
llvm-svn: 121160
-
Douglas Gregor authored
(@synthesize and @dynamic). llvm-svn: 121159
-
Greg Clayton authored
llvm-svn: 121158
-
Michael J. Spencer authored
llvm-svn: 121157
-