1. d35b7b3 More Linux warnings fixes (remove default labels as needed): by Daniel Malea · 12 years ago
  2. 5f35a4b Resolve printf formatting warnings on Linux: by Daniel Malea · 12 years ago
  3. da53089 Change DataExtractor::Dump() to use a series of if..else if by Jason Molenda · 12 years ago
  4. 36d507f More fixes from MSVC warnings found by Carlo Kok. by Greg Clayton · 12 years ago
  5. 509c728 Fixed a bug that caused floating-point values to be printed truncated. by Sean Callanan · 12 years ago
  6. 535543d <rdar://problem/10449092> Adding a new uppercase hex format specifier. This commit also changes the short names for formats so that uppercase hex can be 'X', which was previously assigned to hex float. hex float now has no short name. by Enrico Granata · 12 years ago
  7. 941f5da Modifying the "address" format, which prints a pointer and a description of what it points to, to detect when the deref of that pointer points to something valid. So if you have: by Greg Clayton · 12 years ago
  8. 4dd3d90 <rdar://problem/10017623> by Greg Clayton · 12 years ago
  9. 3508c38 <rdar://problem/10103468> by Greg Clayton · 12 years ago
  10. 289afcb The second part in thread hardening the internals of LLDB where we make by Greg Clayton · 12 years ago
  11. 758835b memory read -f X doesn't print anything (lldb should warn when encountering an unsupported byte size) by Johnny Chen · 12 years ago
  12. 5564d80 memory read prints out duplicate entries when using vector formats by Johnny Chen · 12 years ago
  13. ccdaf23 Instead of blindly printing a string when by Sean Callanan · 13 years ago
  14. 0fea051 <rdar://problem/10368163> by Greg Clayton · 13 years ago
  15. 36deaee Speed improvements for ULEB128 reading from James McIlree. by Greg Clayton · 13 years ago
  16. 0943687 Fixed the eFormatChar, eFormatCharPrintable and eFormatCharArray to print by Greg Clayton · 13 years ago
  17. 0922f7c Bitfields in uint8_t's will have format eFormatChar and DataExtractor::Dump by Jason Molenda · 13 years ago
  18. ca6bc7e warnings: Fix a non-standard escape sequence. by Daniel Dunbar · 13 years ago
  19. aed469f warnings: Fix use of a non-standard escape. by Daniel Dunbar · 13 years ago
  20. 746979d Fixed the continuation dumping of instructions to properly advance the by Greg Clayton · 13 years ago
  21. 24a6bd9 Added support for the new ".apple_objc" accelerator tables. These tables are by Greg Clayton · 13 years ago
  22. 4cd531f Fixed the display of OSTypes (the four character codes). by Greg Clayton · 13 years ago
  23. 141f8d9 Fix preprocessor warnings for no newline at the end of the source files. by Greg Clayton · 13 years ago
  24. 7e5fa7f Update declarations for all functions/methods that accept printf-style by Jason Molenda · 13 years ago
  25. 9154480 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 13 years ago
  26. 62acb34 Micro-optimization: Update the shift amount only when needed. by Johnny Chen · 13 years ago
  27. 39f54e5 Patch from Matt Johnson that cleans up usage of APInt by Greg Clayton · 13 years ago
  28. a4e0dad Added the ability to use llvm::APInt class to view by Greg Clayton · 13 years ago
  29. 4c3fb4b The implementation of categories is now synchronization safe by Enrico Granata · 13 years ago
  30. 8d2ea28 Added a boolean to the pure virtual lldb_private::Process::CanDebug(...) by Greg Clayton · 13 years ago
  31. d52d00f Completed more work on the KDP darwin kernel debugging Process plug-in. by Greg Clayton · 13 years ago
  32. 86e7c3e smarter summary strings: by Enrico Granata · 13 years ago
  33. 9762e10 new syntax for summary strings: by Enrico Granata · 13 years ago
  34. 307fa07 Added a new format for displaying an array of characters: eFormatCharArray by Greg Clayton · 13 years ago
  35. 82f0746 lldb-59. by Greg Clayton · 13 years ago
  36. c0fa533 Added new lldb_private::Process memory read/write functions to stop a bunch by Greg Clayton · 13 years ago
  37. 061b79d While implementing unwind information using UnwindAssemblyInstEmulation I ran by Greg Clayton · 13 years ago
  38. 56bbdaf Added the ability to specify dumping options (show types, show location, by Greg Clayton · 13 years ago
  39. 381f968 Get rid of LONG_LONG_MAX and ULONG_LONG_MAX, and use LLONG_MAX and ULLONG_MAX by Greg Clayton · 13 years ago
  40. 0467c78 Applied a fix to qualify "UUID" with the lldb_private namespace to fix by Greg Clayton · 13 years ago
  41. cd54803 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 13 years ago
  42. bdcb6ab Enabled extra warnings and fixed a bunch of small issues. by Greg Clayton · 14 years ago
  43. e52f37b Added complete complex support for displaying and parsing complex types. by Greg Clayton · 14 years ago
  44. e179a58 Added the ability to get an set the desired format for SBValue objects. by Greg Clayton · 14 years ago
  45. 66ed2fb Added a new ValueObject type that will be used to freeze dry expression by Greg Clayton · 14 years ago
  46. fe424a9 General command line help cleanup: by Greg Clayton · 14 years ago
  47. 5fcff9a 15-20% speed improvement when parsing DWARF. I used instruments to by Greg Clayton · 14 years ago
  48. c7527b1 Fixed display for long double and cleaned up float and doubles as well. by Greg Clayton · 14 years ago
  49. e42cbfb Avoid std::bitset<64>::to_string() since it is missing in earlier C++ by Greg Clayton · 14 years ago
  50. 7991225 A few more misc warning fixes. by Eli Friedman · 14 years ago
  51. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  52. ccfba72 Switch over to using llvm's dwarf constants file. by Jason Molenda · 14 years ago
  53. 90bc5c6 Remove extraneous semicolon after if condition (from Jean-Daniel Dupas). by Greg Clayton · 14 years ago
  54. 2519d99 Avoid calls to memcpy. by Greg Clayton · 14 years ago
  55. 5eeb2d3 Remove dependency on Mac-specific libkern/OSByteOrder.h. by Eli Friedman · 14 years ago
  56. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago