Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
source
/
Plugins
/
Process
/
Utility
/
ThreadMemory.h
ceff664
Remove header grouping comments.
by Jonas Devlieghere
· 7 years ago
2833321
Update StructuredData::String to return StringRefs.
by Zachary Turner
· 8 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
ca64d67
Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Process/Utility headers; other minor fixes.
by Eugene Zelenko
· 10 years ago
ab7f6d0
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes.
by Eugene Zelenko
· 10 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
6e0ff1a
Changed the formerly pure virtual function:
by Greg Clayton
· 12 years ago
160c9d8
<rdar://problem/13700260> <rdar://problem/13723772>
by Greg Clayton
· 12 years ago
d1d06e4
<rdar://problem/13697881>
by Greg Clayton
· 12 years ago
b3ae876
<rdar://problem/13491977>
by Greg Clayton
· 12 years ago
ead45e0
Allow operating system plug-ins to specify the address for registers so we don't have to create data up front.
by Greg Clayton
· 13 years ago
4f465cf
Change the Thread constructor over to take a Process& rather than a ProcessSP. We can't create Threads with a NULL ProcessSP, so it makes no sense to use the SP.
by Jim Ingham
· 13 years ago
435ce13
The OS plug-in can now get data from a python script that implements the protocol.
by Greg Clayton
· 13 years ago
1ac04c3
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
by Greg Clayton
· 14 years ago
56d9a1b
Added a new plug-in type: lldb_private::OperatingSystem. The operating system
by Greg Clayton
· 14 years ago