| Commit message (Expand) | Author | Age | Files | Lines |
| * | Delete unnecessary copy ctors/copy assignment operators | Fangrui Song | 2019-05-15 | 1 | -12/+0 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Remove header grouping comments. | Jonas Devlieghere | 2018-11-11 | 1 | -4/+0 |
| * | Move StructuredData from Core to Utility | Pavel Labath | 2017-06-27 | 1 | -2/+2 |
| * | Update StructuredData::String to return StringRefs. | Zachary Turner | 2017-05-12 | 1 | -4/+4 |
| * | Rename Error -> Status. | Zachary Turner | 2017-05-12 | 1 | -1/+1 |
| * | Serilize the thread options within the breakpoint options. | Jim Ingham | 2016-09-22 | 1 | -0/+51 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -114/+79 |
| * | Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa... | Eugene Zelenko | 2015-12-15 | 1 | -12/+12 |
| * | Resolve printf formatting warnings on Linux: | Daniel Malea | 2012-11-29 | 1 | -1/+1 |
| * | When comparing a Thread against a ThreadSpec, don't fetch the Thread's Name o... | Jim Ingham | 2012-03-07 | 1 | -5/+41 |
| * | Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This | Greg Clayton | 2011-12-01 | 1 | -1/+1 |
| * | Update declarations for all functions/methods that accept printf-style | Jason Molenda | 2011-09-20 | 1 | -1/+1 |
| * | Fixed an error where the thread index was being returned as zero in "uint32_t... | Greg Clayton | 2010-12-15 | 1 | -3/+3 |
| * | Change the Breakpoint & BreakpointLocation GetDescription methods so they cal... | Jim Ingham | 2010-06-18 | 1 | -0/+64 |
| * | Add a "thread specification" class that specifies thread specific breakpoints... | Jim Ingham | 2010-06-16 | 1 | -0/+58 |