Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
source
/
Target
/
ThreadSpec.cpp
ceff664
Remove header grouping comments.
by Jonas Devlieghere
· 7 years ago
f2a8bcc
Move StructuredData from Core to Utility
by Pavel Labath
· 8 years ago
2833321
Update StructuredData::String to return StringRefs.
by Zachary Turner
· 8 years ago
97206d5
Rename Error -> Status.
by Zachary Turner
· 8 years ago
778ef39
Serilize the thread options within the breakpoint options.
by Jim Ingham
· 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
d01b295
Resolve printf formatting warnings on Linux:
by Daniel Malea
· 13 years ago
3d90292
When comparing a Thread against a ThreadSpec, don't fetch the Thread's Name or QueueName if the ThreadSpec doesn't specify them.
by Jim Ingham
· 14 years ago
61e7a58
Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This
by Greg Clayton
· 14 years ago
fd54b36
Update declarations for all functions/methods that accept printf-style
by Jason Molenda
· 14 years ago
bdf4c6a
Fixed an error where the thread index was being returned as zero in "uint32_t SBBreakpoint::GetThreadIndex() const" even when it isn't specified. It should be UINT32_MAX to indicate there is no thread index set for the breakpoint (the breakpoint isn't thread specific). Also fixed the ThreadSpec.cpp to use UINT32_MAX instead of -1. Fixed the logging Printf statement in "uint32_t SBBreakpoint::GetThreadIndex() const" to not print the address of the "index" function from <string.h>!
by Greg Clayton
· 15 years ago
0136309
Change the Breakpoint & BreakpointLocation GetDescription methods so they call the BreakpointOptions::GetDescription rather
by Jim Ingham
· 15 years ago
1b54c88
Add a "thread specification" class that specifies thread specific breakpoints by name, index, queue or TID.
by Jim Ingham
· 15 years ago