Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-09-06 | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 1 | -114/+79 |
2015-12-15 | Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa... | Eugene Zelenko | 1 | -12/+12 |
2012-11-29 | Resolve printf formatting warnings on Linux: | Daniel Malea | 1 | -1/+1 |
2012-03-07 | When comparing a Thread against a ThreadSpec, don't fetch the Thread's Name o... | Jim Ingham | 1 | -5/+41 |
2011-12-01 | Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This | Greg Clayton | 1 | -1/+1 |
2011-09-20 | Update declarations for all functions/methods that accept printf-style | Jason Molenda | 1 | -1/+1 |
2010-12-15 | Fixed an error where the thread index was being returned as zero in "uint32_t... | Greg Clayton | 1 | -3/+3 |
2010-06-18 | Change the Breakpoint & BreakpointLocation GetDescription methods so they cal... | Jim Ingham | 1 | -0/+64 |
2010-06-16 | Add a "thread specification" class that specifies thread specific breakpoints... | Jim Ingham | 1 | -0/+58 |