- 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
- e103ae9 Add setting to require hardware breakpoints. by Jonas Devlieghere · 7 years ago
- ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
- 4b36f79 Add support for artificial tail call frames by Vedant Kumar · 7 years ago
- 0509724 Reflow paragraphs in comments. by Adrian Prantl · 8 years ago
- 6f9e690 Move Log from Core -> Utility. by Zachary Turner · 9 years ago
- b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
- 6c978aa Remove unused variables. by Zachary Turner · 9 years ago
- b612ac3 Implementation "step out" plans shouldn't gather the return value. by Jim Ingham · 9 years ago
- fd4cea5 Re-apply r257117 (reverted in r257138 temporarily), by Jason Molenda · 10 years ago
- 7cb9d98 Revert r257117 "Performance improvement: Change lldb so that it by Jason Molenda · 10 years ago
- b4a8b4c Performance improvement: Change lldb so that it puts a breakpoint by Jason Molenda · 10 years ago
- e65b2cf Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr warnings in some files in source/Target/. by Eugene Zelenko · 10 years ago
- afdf6cb Add a space char so step logging doesn't print things like by Jason Molenda · 10 years ago
- 3ad353f Rename clang_type -> compiler_type for variables. by Bruce Mitchener · 10 years ago
- 99558cc4 Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. by Greg Clayton · 10 years ago
- a1e5dc8 ClangASTType is now CompilerType. by Greg Clayton · 10 years ago
- 9b03fa0 Most thread plans don't handle eStopReasonInstrumentation stop reasons, by Jim Ingham · 10 years ago
- 3294de2 Move lldb-log.cpp to core/Logging.cpp by Zachary Turner · 11 years ago
- 32abc6e Reduce header footprint of Target.h by Zachary Turner · 11 years ago
- 2bdbfd5 This checkin is the first step in making the lldb thread stepping mechanism more accessible from by Jim Ingham · 11 years ago
- 4b4b247 This commit reworks how the thread plan's ShouldStopHere mechanism works, so that it is useful not only by Jim Ingham · 12 years ago
- b57e4a1 Roll back the changes I made in r193907 which created a new Frame by Jason Molenda · 12 years ago
- f23bf74 Add a new base class, Frame. It is a pure virtual function which by Jason Molenda · 12 years ago
- eb023e7 <rdar://problem/13635174> by Greg Clayton · 12 years ago
- 57ee306 Huge change to clean up types. by Greg Clayton · 12 years ago
- 60c4118 If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, just return the current PrivateStopInfo. by Jim Ingham · 12 years ago
- 221d51c Figure out the reply to "PlanExplainsStop" once when we stop and then use the cached by Jim Ingham · 12 years ago
- 5160ce5 <rdar://problem/13521159> by Greg Clayton · 13 years ago
- 0161b49 Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction interoperate to fix problems where by Jim Ingham · 13 years ago
- 2995077 Add "target.process.stop-on-shared-library-events" setting, and make it work. by Jim Ingham · 13 years ago
- f85defa Adding eStopReasonThreadExiting and fixing the handling of this state on Linux. by Andrew Kaylor · 13 years ago
- 90ba811 <rdar://problem/12649160> by Greg Clayton · 13 years ago
- d01b295 Resolve printf formatting warnings on Linux: by Daniel Malea · 13 years ago
- 1f74607 <rdar://problem/11757916> by Greg Clayton · 13 years ago
- 708709c Fixed a problem where stepping out would turn into by Sean Callanan · 13 years ago
- 5f1a4e1 Relax the test for "is the frame I am going to step back out to the one I started from" in ThreadPlanStepOverRange so you don't by Jim Ingham · 13 years ago
- 64e7ead Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiated plans by Jim Ingham · 14 years ago
- 632d2f7 Hardened the step-out plan in case it receives bad stack IDs. by Sean Callanan · 14 years ago
- b5c0d1c Convert the thread plans over from using the stack count to do their logic to using StackID's. This by Jim Ingham · 14 years ago
- 1ac04c3 Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr by Greg Clayton · 14 years ago
- 73ca05a Add the ability to capture the return value in a thread's stop info, and print it by Jim Ingham · 14 years ago
- a5ce6c8 Make "next" and "step-out" work when in stepping over or out of inlined functions. by Jim Ingham · 14 years ago
- b0616a6 Patches from Jean-Daniel: by Johnny Chen · 15 years ago
- 481cef2 Added support for stepping out of a frame. If you have 10 stack frames, and you by Greg Clayton · 15 years ago
- 06e827c Add ThreadPlanTracer class to allow instruction step tracing of execution. by Jim Ingham · 15 years ago
- 2d4edfb Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 15 years ago
- b15bfc7 Don't cache the public stop reason, since it can change as plan completion gets processed. That means GetStopReason needs to return a shared pointer, not a pointer to the thread's cached version. Also allow the thread plans to get and set the thread private stop reason - that is usually more appropriate for the logic the thread plans need to do. by Jim Ingham · 15 years ago
- 9da7bd0 Got a lot of the kinks worked out in the inline support after debugging more by Greg Clayton · 15 years ago
- f4b47e1 Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. by Greg Clayton · 15 years ago
- 1ee0d4f Fix constructor initialization order. Patch by Bill Lynch. by Benjamin Kramer · 15 years ago
- b01e742 Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan by Jim Ingham · 15 years ago
- 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago