1. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  2. f2a8bcc Move StructuredData from Core to Utility by Pavel Labath · 8 years ago
  3. 2833321 Update StructuredData::String to return StringRefs. by Zachary Turner · 8 years ago
  4. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  5. 778ef39 Serilize the thread options within the breakpoint options. by Jim Ingham · 9 years ago
  6. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  7. 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
  8. d01b295 Resolve printf formatting warnings on Linux: by Daniel Malea · 13 years ago
  9. 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
  10. 61e7a58 Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This by Greg Clayton · 14 years ago
  11. fd54b36 Update declarations for all functions/methods that accept printf-style by Jason Molenda · 14 years ago
  12. 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
  13. 0136309 Change the Breakpoint & BreakpointLocation GetDescription methods so they call the BreakpointOptions::GetDescription rather by Jim Ingham · 15 years ago
  14. 1b54c88 Add a "thread specification" class that specifies thread specific breakpoints by name, index, queue or TID. by Jim Ingham · 15 years ago