1. 6f9e690 Move Log from Core -> Utility. by Zachary Turner · 9 years ago
  2. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  3. bb19a13 second pass over removal of Mutex and Condition by Saleem Abdulrasool · 9 years ago
  4. fe68904 Fixed TypeMemberFunctionImpl to not use clang types directly but use the new CompilerDecl class to do the job in an abstract way. by Greg Clayton · 10 years ago
  5. 6ab659a First part of an attempt to indicate to the user when they are by Jason Molenda · 10 years ago
  6. ddaf6a7 Make many mangled functions that might demangle a name be allowed to specify a language to use in order to soon support Pascal and Java demangling. Dawn Perchik will take care of making this so. by Greg Clayton · 10 years ago
  7. c1f705c Add a GetDisplayName() API to SBFrame, SBFunction and SBSymbol by Enrico Granata · 10 years ago
  8. 6cd8e0c Add APIs on SBFunction and SBCompileUnit to inquire about the language type that the function/compile unit is defined in by Enrico Granata · 11 years ago
  9. 324a103 sweep up -Wformat warnings from gcc by Saleem Abdulrasool · 11 years ago
  10. 6b3e6d5 Disassembler::DisassembleRange() currently calls Target::ReadMemory by Jason Molenda · 12 years ago
  11. 5160ce5 <rdar://problem/13521159> by Greg Clayton · 13 years ago
  12. 0f063ba Convert from the C-based LLVM Disassembler shim to the full MC Disassembler API's. by Jim Ingham · 13 years ago
  13. d01b295 Resolve printf formatting warnings on Linux: by Daniel Malea · 13 years ago
  14. 10ebffa Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. by Jim Ingham · 13 years ago
  15. 37a0a24 No functionality changes, mostly cleanup. by Greg Clayton · 13 years ago
  16. e72dfb3 <rdar://problem/10103468> by Greg Clayton · 14 years ago
  17. 5569e64 Removed all of the "#ifndef SWIG" from the SB header files since we are using by Greg Clayton · 14 years ago
  18. b9556ac SBFrame is now threadsafe using some extra tricks. One issue is that stack by Greg Clayton · 14 years ago
  19. e1cd1be Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 14 years ago
  20. 81c22f6 Moved lldb::user_id_t values to be 64 bit. This was going to be needed for by Greg Clayton · 14 years ago
  21. c14ee32 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 14 years ago
  22. 1080edbc Cleaned up the Disassembler code a bit more. You can now request a disassembler by Greg Clayton · 15 years ago
  23. 93d00df Export the ability to get the start and end addresses for functions by Greg Clayton · 15 years ago
  24. af67cec The LLDB API (lldb::SB*) is now thread safe! by Greg Clayton · 15 years ago
  25. 72eff18 Fixed SBFrame to properly check to make sure it has a valid m_opaque_sp object by Greg Clayton · 15 years ago
  26. 2d4edfb Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 15 years ago
  27. efabb12 Added copy constructors and assignment operators to all lldb::SB* classes by Greg Clayton · 15 years ago
  28. cfd1ace Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 15 years ago
  29. 750cd17 Clean up the API logging code: by Caroline Tice · 15 years ago
  30. ceb6b13 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 15 years ago
  31. 05faeb7 Cleaned up the SWIG stuff so all includes happen as they should, no pulling by Greg Clayton · 15 years ago
  32. 1d27316 Added the ability to get the disassembly instructions from the function and by Greg Clayton · 15 years ago
  33. dac97f3 Remove all the __repr__ methods from the API/*.h files, and put them by Caroline Tice · 15 years ago
  34. 201a885 Fix indentations. by Caroline Tice · 15 years ago
  35. dde9cff by Caroline Tice · 15 years ago
  36. 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  37. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago