1. 8cfb12b [Symbol] Search symbols with name and type in a symbol file by Aleksandr Urakov · 7 years ago
  2. 672d2c1 Remove comments after header includes. by Jonas Devlieghere · 7 years ago
  3. 991e445 Don't type-erase the SymbolContextItem enumeration. by Zachary Turner · 7 years ago
  4. ae3f793 Rollback "Fix raw address breakpoints not resolving". by Davide Italiano · 7 years ago
  5. 860bafa Fix raw address breakpoints not resolving by Ted Woodward · 7 years ago
  6. 04803b3 Change AddressClass type from 'enum' to 'enum class'. by Tatyana Krasnukha · 7 years ago
  7. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  8. 5f19b90 Move ArchSpec to the Utility module by Pavel Labath · 8 years ago
  9. c3c7212 Fix backtrace of noreturn functions situated at the end of a module by Pavel Labath · 8 years ago
  10. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  11. 2f3df61 iwyu fixes for lldbCore. by Zachary Turner · 8 years ago
  12. 29cb868 Isolate Target-specific functionality of DataExtractor. by Zachary Turner · 9 years ago
  13. c156427 Don't allow direct access to StreamString's internal buffer. by Zachary Turner · 9 years ago
  14. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  15. 9b1669a Remove std::atomic from lldb::Address. by Zachary Turner · 9 years ago
  16. 4c8e782 Fix the use of lldb::eSymbolContextVariable. by Greg Clayton · 9 years ago
  17. 896ddd0 Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; other minor fixes. by Eugene Zelenko · 10 years ago
  18. 72ac8a8 Handle the case when a variable is only valid in part of the enclosing scope by Tamas Berghammer · 10 years ago
  19. 62e0681 Add -Wimplicit-fallthrough command line option to clang in by Jason Molenda · 10 years ago
  20. cbff63a Fixed a couple of places where we were getting the module from a by Jim Ingham · 10 years ago
  21. 9ccb970 Make lldb::endian::InlHostByteOrder() private. by Bruce Mitchener · 10 years ago
  22. 44d07fc [LLDB][MIPS] microMIPS breakpoints, disassembly and compressed addresses by Jaydeep Patil · 10 years ago
  23. 25b9f7e Use eAddressClassCode for address lookup for opcodes for stack frames by Tamas Berghammer · 10 years ago
  24. 358cf1e Resubmitting 240466 after fixing the linux test suite failures. by Greg Clayton · 10 years ago
  25. 6e46512 Don't print a type of variable in Address::Dump if it's unknown (i.e. nullptr) by Ilia K · 10 years ago
  26. c980fa9 Change the default disassembly format again. First attempt at by Jason Molenda · 11 years ago
  27. 2501e5e Modified LLDB to be able to lookup global variables by address. by Greg Clayton · 11 years ago
  28. 4af5961 Audit uses of ConstString::AsCString() to make sure they weren't assuming by Jim Ingham · 11 years ago
  29. aff1b35 Add a new disassembly-format specification so that the disassembler by Jason Molenda · 11 years ago
  30. 324a103 sweep up -Wformat warnings from gcc by Saleem Abdulrasool · 11 years ago
  31. 1460e4b Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression evaluator to handle Indirect by Jim Ingham · 12 years ago
  32. d5944cd For logical backtrace work, lldb needs to track Module unloads etc & symoblicate an address based on a point in time by Greg Clayton · 12 years ago
  33. b35db63 Fixed the the breakpoint test case failures. by Greg Clayton · 12 years ago
  34. cae5652 Improve lldb_private::Address to detect when section was deleted and not return bogus values for GetLoadAddress() and GetFileAddress(). by Greg Clayton · 12 years ago
  35. f0649a6 Include file cleanup. by Jim Ingham · 12 years ago
  36. a7499c9 Split symbol support for ELF and Linux. by Michael Sartain · 12 years ago
  37. d3480f5 Address::GetSection() turns a weak pointer to a shared pointer which is a little slow. So in Address::operator== & != do the by Jim Ingham · 12 years ago
  38. 4818460 Fix data race in Address class by wrapping m_offset in std::atomic by Daniel Malea · 12 years ago
  39. 9422dd6 <rdar://problem/13338643> by Greg Clayton · 13 years ago
  40. 00049b8 Add GNU indirect function support in expressions for Linux. by Matt Kopec · 13 years ago
  41. 7231035 <rdar://problem/13265297> by Greg Clayton · 13 years ago
  42. c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
  43. d01b295 Resolve printf formatting warnings on Linux: by Daniel Malea · 13 years ago
  44. 1f74607 <rdar://problem/11757916> by Greg Clayton · 13 years ago
  45. 23f5950 Ran the static analyzer on the codebase and found a few things. by Greg Clayton · 13 years ago
  46. c3a86bf 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 · 13 years ago
  47. c4a8a76 <rdar://problem/11455398> by Greg Clayton · 13 years ago
  48. e761213 <rdar://problem/10997402> by Greg Clayton · 14 years ago
  49. e72dfb3 <rdar://problem/10103468> by Greg Clayton · 14 years ago
  50. d9e416c The second part in thread hardening the internals of LLDB where we make by Greg Clayton · 14 years ago
  51. e1cd1be Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 14 years ago
  52. 6f6bf26 <rdar://problem/9958446> <rdar://problem/10561406> by Greg Clayton · 14 years ago
  53. 81c22f6 Moved lldb::user_id_t values to be 64 bit. This was going to be needed for by Greg Clayton · 14 years ago
  54. c14ee32 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 14 years ago
  55. fd54b36 Update declarations for all functions/methods that accept printf-style by Jason Molenda · 14 years ago
  56. a2eee18 Removed the function: by Greg Clayton · 14 years ago
  57. 40e3592 Initializes (uint64_t)buf variable, patch by Filipe Cabecinhas! by Johnny Chen · 14 years ago
  58. 7e9b1fd We were leaking a stack frame in StackFrameList in Thread.cpp which could by Greg Clayton · 14 years ago
  59. c749eb8 Added the ability to see block variables when looking up addresses by Greg Clayton · 14 years ago
  60. f3ef3d2 Added new lldb_private::Process memory read/write functions to stop a bunch by Greg Clayton · 14 years ago
  61. cff851a Added functions to lldb_private::Address to set an address from a load address by Greg Clayton · 14 years ago
  62. 92bb12c Moved a lot of simple functions from StoppointLocation.cpp to be inlined in by Greg Clayton · 14 years ago
  63. 3f5c08f Added a function to lldb_private::Address: by Greg Clayton · 14 years ago
  64. cd482e3 Added a way to resolve an load address from a target: by Greg Clayton · 14 years ago
  65. e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 15 years ago
  66. ded470d Added more platform support. There are now some new commands: by Greg Clayton · 15 years ago
  67. 514487e Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 15 years ago
  68. 7fb56d0 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 15 years ago
  69. 513c26c Finished up the async attach support. This allows us to request to attach by Greg Clayton · 15 years ago
  70. 710dd5a Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. by Greg Clayton · 15 years ago
  71. b0848c5 Fixed issues with the unwinding code where the collection of FuncUnwinders by Greg Clayton · 15 years ago
  72. db59823 Added the ability for Target::ReadMemory to prefer to read from the file by Greg Clayton · 15 years ago
  73. cfd1ace Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 15 years ago
  74. 8941142 Hooked up ability to look up data symbols so they show up in disassembly by Greg Clayton · 15 years ago
  75. 0603aa9 There are now to new "settings set" variables that live in each debugger by Greg Clayton · 15 years ago
  76. f5e56de Moved the section load list up into the target so we can use the target by Greg Clayton · 15 years ago
  77. c980066 Cleaned up the output of "image lookup --address <ADDR>" which involved by Greg Clayton · 15 years ago
  78. 8dc0a98 Stop line entries from dumping full paths when addresses dump themselves as symbol contexts. by Greg Clayton · 15 years ago
  79. 6dadd50 Added a new bool parameter to many of the DumpStopContext() methods that by Greg Clayton · 15 years ago
  80. 59e8fc1c Clarified the intent of the SymbolContextScope class in the header by Greg Clayton · 15 years ago
  81. 288e5af Fixed another issue with the inline stack frames where if the first frame by Greg Clayton · 15 years ago
  82. 1b72fcb Added support for inlined stack frames being represented as real stack frames by Greg Clayton · 15 years ago
  83. b0b9fe6 Added support for objective C built-in types: id, Class, and SEL. This by Greg Clayton · 15 years ago
  84. 70e33eb Allow searching for a section by SectionType. by Greg Clayton · 15 years ago
  85. 471b31c Remove use of STL collection class use of the "data()" method since it isn't by Greg Clayton · 15 years ago
  86. b132097 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 15 years ago
  87. c982c76 Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 15 years ago
  88. 54b8b8c Fixed up disassembly to not emit the module name before all function names by Greg Clayton · 15 years ago
  89. dda4f7b Centralized all disassembly into static functions in source/Core/Disassembler.cpp. by Greg Clayton · 15 years ago
  90. 0c5cd90 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 15 years ago
  91. 466b31e Move a bunch of trivial methods into the header. These compile down to 1-2 by Benjamin Kramer · 15 years ago
  92. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago