- Sep 24, 2011
-
-
Douglas Gregor authored
llvm-svn: 140424
-
Owen Anderson authored
llvm-svn: 140423
-
- Sep 23, 2011
-
-
Owen Anderson authored
llvm-svn: 140422
-
Johnny Chen authored
It should not crash lldb. llvm-svn: 140421
-
Owen Anderson authored
Post-index loads/stores in still need to print the post-indexed immediate, even if it's zero, to distinguish them from non-post-indexed instructions. llvm-svn: 140420
-
Jim Ingham authored
too long, so that the jump from the line above the bad line to the line after ends up in the middle of the bad line instead. Added a workaround to lldb to just continue to the end if we find ourselves stopped in the middle of some other line. llvm-svn: 140419
-
Johnny Chen authored
Add a (bool)end_to_end parameter, default true, to the Target::Remove/Disable/EnableALLWatchpointLocations() methods. If passed as false, it signifies that only the debugger side is affected. Modify Target::DeleteCurrentProcess() to use DisableAllWatchpointLocations(false) to disable the watchpoint locations, instead of removing them between process instances. llvm-svn: 140418
-
Jason Molenda authored
return before we try to dereference the target later in the function. Currently, % lldb -x (lldb) target stop-hook list crashes because of this. llvm-svn: 140417
-
Jim Ingham authored
If stepping takes us from the line range we were stepping through into the MIDDLE of another line, then continue till we get to the real beginning of a line. This is mostly to work around debug information bugs. llvm-svn: 140416
-
Owen Anderson authored
llvm-svn: 140415
-
Benjamin Kramer authored
Also, on windows, chdir seems to live in <direct.h>. llvm-svn: 140414
-
Owen Anderson authored
llvm-svn: 140413
-
Owen Anderson authored
llvm-svn: 140412
-
Matt Beaumont-Gay authored
llvm-svn: 140411
-
Daniel Dunbar authored
llvm-svn: 140410
-
Daniel Dunbar authored
to operate "as if" in a certain working directory. - For now, we just implement this by changing the actual working directory, but eventually we would want to handle this transparently. This is useful to avoid an extra exec() pair in some situations, and will be something we would want to support for more flexibility in using the Clang libraries. llvm-svn: 140409
-
Douglas Gregor authored
llvm-svn: 140408
-
David Blaikie authored
llvm-svn: 140407
-
Douglas Gregor authored
merging for overrides. One might want to make a method's availability in a superclass different from that of its subclass. Fixes <rdar://problem/10166223>. llvm-svn: 140406
-
Richard Trieu authored
is cast to a boolean. An exception has been made for string literals in logical expressions to allow the common case of use in assert statements. bool x; x = "hi"; // Warn here void foo(bool x); foo("hi"); // Warn here assert(0 && "error"); assert("error); // Warn here llvm-svn: 140405
-
Douglas Gregor authored
MatchRHSPunctuation appropriately and giving a useful source location for the complaint about attributes being added to a category. llvm-svn: 140404
-
Anna Zaks authored
Move immutable map canonization out of the removeDeadBindings loop (via using ImmutableMapRef). Gives ~2% speedup. llvm-svn: 140403
-
Anna Zaks authored
Add getTreeFactory() to ImmutableSet to allow construction of ImmutableSetRef from an ImmutableSet object. llvm-svn: 140402
-
Akira Hatanaka authored
llvm-svn: 140401
-
Douglas Gregor authored
the key function is inline, rather than the original declaration. Perhaps FunctionDecl::isInlined() is poorly named. Fixes <rdar://problem/9979458>. llvm-svn: 140400
-
Fariborz Jahanian authored
write barrier with captured pointer to object. // rdar://10150823 llvm-svn: 140399
-
Johnny Chen authored
llvm-svn: 140398
-
Akira Hatanaka authored
llvm-svn: 140397
-
Johnny Chen authored
llvm-svn: 140396
-
Akira Hatanaka authored
callee-saved registers and reserved registers. llvm-svn: 140395
-
Justin Holewinski authored
llvm-svn: 140394
-
Johnny Chen authored
llvm-svn: 140393
-
Johnny Chen authored
Update the test case to fix test suite failure. llvm-svn: 140392
-
Wesley Peck authored
patch contributed by Jia Liu! llvm-svn: 140391
-
Justin Holewinski authored
llvm-svn: 140390
-
Douglas Gregor authored
llvm-svn: 140389
-
Douglas Gregor authored
llvm-svn: 140388
-
Justin Holewinski authored
llvm-svn: 140387
-
Justin Holewinski authored
llvm-svn: 140386
-
Richard Osborne authored
Original patch by Liu. llvm-svn: 140385
-