Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
source
/
Target
/
ThreadPlanRunToAddress.cpp
e103ae9
Add setting to require hardware breakpoints.
by Jonas Devlieghere
· 7 years ago
ceff664
Remove header grouping comments.
by Jonas Devlieghere
· 7 years ago
0509724
Reflow paragraphs in comments.
by Adrian Prantl
· 7 years ago
6f9e690
Move Log from Core -> Utility.
by Zachary Turner
· 9 years ago
bf9a773
Move classes 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
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
1fd2f08
Return the right answer for ShouldStop for the RunToAddress plan. This isn't
by Jim Ingham
· 10 years ago
3294de2
Move lldb-log.cpp to core/Logging.cpp
by Zachary Turner
· 11 years ago
d93c4a3
Fix typos.
by Bruce Mitchener
· 11 years ago
eb023e7
<rdar://problem/13635174>
by Greg Clayton
· 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
1ac04c3
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
by Greg Clayton
· 14 years ago
f58a048
Using the wrong type for the break id's (user_id_t is an unsigned int, but internal breakpoints can be negative, and anyway it is a good idea to use break_id_t for breakpoints, no?)
by Jim Ingham
· 14 years ago
81c22f6
Moved lldb::user_id_t values to be 64 bit. This was going to be needed for
by Greg Clayton
· 14 years ago
f3ef3d2
Added new lldb_private::Process memory read/write functions to stop a bunch
by Greg Clayton
· 14 years ago
4bf570d
Typo in looking up the stored address breakpoints, could cause us to look too far for breakpoints.
by Jim Ingham
· 15 years ago
f48169b
Moved the code in ClangUserExpression that set up & ran the thread plan with timeouts, and restarting with all threads into a utility function in Process. This required a bunch of renaming.
by Jim Ingham
· 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
f5e56de
Moved the section load list up into the target so we can use the target
by Greg Clayton
· 15 years ago
08b87e0
Add the ability for "ThreadPlanRunToAddress" to run to multiple addresses.
by Jim Ingham
· 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