1. 6778c99 Updated Apple LLDB version to lldb-300.99.0. Also by Sean Callanan · 11 years ago
  2. b785a4c Fix enum_types test on Linux by Daniel Malea · 11 years ago
  3. e1dd3e5 Fix issue that causes linux buildbots to ignore errors by Daniel Malea · 11 years ago
  4. 2a22964 Added new properties to lldb.SBModule classes: by Greg Clayton · 11 years ago
  5. 5978746 Stop the "module" property from throwing an exception when the module name was not found in the target module list. by Greg Clayton · 11 years ago
  6. c9c53bc Added a new module that can dump all line tables for all compile units in any modules that are specified as arguments to the "dump_module_line_tables" command. by Greg Clayton · 11 years ago
  7. 3b75ec0 Clean up LLDB CMake build output by Daniel Malea · 11 years ago
  8. ab3d87a Fix running of LLDB tests with cmake+ninja+ccache by Daniel Malea · 11 years ago
  9. d7982f8 Fix Linux i386 build by Daniel Malea · 11 years ago
  10. e3ee59b <rdar://problem/13119170> by Han Ming Ong · 11 years ago
  11. a48b8eb <rdar://problem/13362109> by Greg Clayton · 11 years ago
  12. 9badb6c Remove some tabs and extraneous space chars from ObjectFileMachO.cpp. by Jason Molenda · 11 years ago
  13. 6bcabae Retrieve the dyld shared cache mapping offset from the shared cache instead of hardcoding the value. by Jason Molenda · 11 years ago
  14. d962c7e Skipping TestConstVariables on Linux. by Andrew Kaylor · 11 years ago
  15. 0e8e6f2 Added tests to test for "settings set" with trailing whitespaces after the values. by Greg Clayton · 11 years ago
  16. 90f5f50 Adding support for DW_OP_stack_value in DWARFExpression::Evaluate by Andrew Kaylor · 11 years ago
  17. b0162d8 Added a little bit of logging to ClangFunction to by Sean Callanan · 11 years ago
  18. 72398fd Add support for non-register scalar values in DoMaterializeOneVariable. by Andrew Kaylor · 11 years ago
  19. 247bc3a Improve/Cleanup ptrace wrapper and remove dependency on user.h by Matt Kopec · 11 years ago
  20. d8d97f5 Fixed enum printing for negative enums. There previously was no testing to validate that enum values were being displayed correctly. by Greg Clayton · 11 years ago
  21. 48c6b33 Fixed test suite errors due to new clang -v output. by Greg Clayton · 11 years ago
  22. 8014368 Now that "settings set" will strip leading and trailing spaces, we need a way to be able to specify string values that contain spaces. So now settings setting <property> <value>" can have a <value> that is quoted: by Greg Clayton · 11 years ago
  23. c905136 Disable JITed code in any processes that use DynamicLoaderStatic. by Greg Clayton · 11 years ago
  24. d5e48bd <rdar://problem/13341472> by Greg Clayton · 11 years ago
  25. b4b4081 <rdar://problem/13184855> by Greg Clayton · 11 years ago
  26. d284d1b Be more precise in GCC/autoconf build instructions about compiler versions by Daniel Malea · 11 years ago
  27. 66fd7b1 Typos: be more precise on the build page when mentioning the non-cmake build system by Daniel Malea · 11 years ago
  28. 02c106f Add instructions for building LLDB with CMake by Daniel Malea · 11 years ago
  29. 0856107 Fix Ninja LLDB build on Linux (via cmake -G Ninja) by Daniel Malea · 11 years ago
  30. 9e0f5be Add support on POSIX to determine if an inferior has changed while debugging it. by Matt Kopec · 11 years ago
  31. 1d9c802 Fix ivar ordering for Process ctor to match the order they're by Jason Molenda · 11 years ago
  32. dbd73cf Un-skipping tests affected by llvm.org/pr15256 by Daniel Malea · 11 years ago
  33. 4a1c7c6 Fix makefile and re-enable test disabled due to llvm.org/pr15256 by Daniel Malea · 11 years ago
  34. 464a506 <rdar://problem/13338643> by Greg Clayton · 11 years ago
  35. cec43ab <rdar://problem/13338758> by Han Ming Ong · 11 years ago
  36. 72374e3 <rdar://problem/12897838> by Enrico Granata · 11 years ago
  37. cd0dd8f ProcessMachCore had (until 2013-01-29) some simple checks to find a kernel by Jason Molenda · 11 years ago
  38. 7d40838 Convert from the C-based LLVM Disassembler shim to the full MC Disassembler API's. by Jim Ingham · 11 years ago
  39. eb17530 Move m_destroy_in_process to Process (from ProcessKDP) since it is generally useful, by Jim Ingham · 11 years ago
  40. a5d313d Add a test case for static member variables by Daniel Malea · 11 years ago
  41. 7012548 Fix string warning I introduced with indirect function support. by Matt Kopec · 11 years ago
  42. e1588aa Update TestCallStdStringFunction to expected fail for gcc and account for multiple breakpoint locations. by Matt Kopec · 11 years ago
  43. cc2cffe Patch from Andrew Fish to add recognition of some additional KDP packets. by Jason Molenda · 11 years ago
  44. 46198d4 Add the standard LLVM copyright notice to the top of these two new files. by Jason Molenda · 11 years ago
  45. 88f7e75 Report the kernel slide when attaching to a darwin kernel debug session. by Jason Molenda · 11 years ago
  46. 137c4d7 Finish up CMake support for LLDB (tested on Linux) by Daniel Malea · 11 years ago
  47. 15905ae Use the Error parameter in ValueObject::ReadPointedString to actually report common errors by Enrico Granata · 11 years ago
  48. 97b18f8 breakpoint command add currently doesn't support adding commands to more than one breakpoint by Jim Ingham · 11 years ago
  49. 36451fa Replace all "-gdwarf-2" with "-g" to use the compiler defaults. by Greg Clayton · 11 years ago
  50. 5e4adbf Fix the getCompilerVersion() function to do the right thing with clang 5.0 which now says "LLVM version" instead of "clang version". by Greg Clayton · 11 years ago
  51. 02901dc Fixed an issue where the LDFLAGS were not correctly gettting modified to be additive. by Greg Clayton · 11 years ago
  52. 54ad8cf Made lldb.cpp build with clang 5.0. by Greg Clayton · 11 years ago
  53. 7b98e13 Update CMakeLists.txt as per removed file by Daniel Malea · 11 years ago
  54. 3dd21ab Remove LLDB dependency on xcodeworkspace (on Linux) for version number by Daniel Malea · 11 years ago
  55. 3a05d89 Add the libdebugserver.cpp for creating a library that does debugserver by Jason Molenda · 11 years ago
  56. 3732a02 Fixed some problems with type deportation: by Sean Callanan · 11 years ago
  57. fe9d7bf Fixing the log line for SBValue::MightHaveChildren() to report the correct function name by Enrico Granata · 11 years ago
  58. cc28859 the log entry for SBThread::GetProcess() would not include the pointer to the process because we were using the value of the (otherwise unused) process_sp - instead of fetching the SP from sb_process by Enrico Granata · 11 years ago
  59. 6f0165b Fixed a case where the result of std::string's c_str() method was being called on a local variable and returned as a const char * incorrectly. We used to cache the thread names for threads in the current host process, but we shoudn't be caching that as the names can change over time, so now a std::string is returned from Host::GetThreadName(). by Greg Clayton · 11 years ago
  60. 0688435 Added eSymbolTypeResolver to a few switch statements that needed it. by Greg Clayton · 11 years ago
  61. 4f9103f Add GNU indirect function support in expressions for Linux. by Matt Kopec · 11 years ago
  62. 6e46a3e Call Process::Finalize directly in Debugger::Destroy, rather than having it done by Jim Ingham · 11 years ago
  63. 54fcf68 Cleanup TestUniqueTypes.py and add getCompilerVersion() to test harness by Daniel Malea · 11 years ago
  64. 6699c6e When starting a kernel debug session, if the user specified an executable by Jason Molenda · 11 years ago
  65. 56e2c56 <rdar://problem/13289828> by Enrico Granata · 11 years ago
  66. 549ce88 Fix one remaining mach port number/globally unique thread ID mixup which prevented queue names by Jason Molenda · 11 years ago
  67. 17a0b56 <rdar://problem/13287629> by Greg Clayton · 11 years ago
  68. edc4ddb Mark a few more tests as "basic_process". by Jim Ingham · 11 years ago
  69. 6569003 Add links to buildbots on the LLDB build instructions page by Daniel Malea · 11 years ago
  70. 744dd79 Backed out a hacky fix that is no longer needed. by Greg Clayton · 11 years ago
  71. 89a86ef A quick variable rename Sean and I had discussed earlier to make things a bit clearer. by Greg Clayton · 11 years ago
  72. d3beda6 Fixed several problems with class uniq'ing in the SymbolFileDWARF code: by Sean Callanan · 11 years ago
  73. 363141f Removing leftover printf() statement by Enrico Granata · 11 years ago
  74. 7cb80c9 If the user has disabled kext loading with the by Jason Molenda · 11 years ago
  75. 436ca2c <rdar://problem/13289157> by Greg Clayton · 11 years ago
  76. 560829d <rdar://problem/13282582> by Han Ming Ong · 11 years ago
  77. 60139f3 Fix the .categories, it had "dataformatter" not "dataformatters". by Jim Ingham · 11 years ago
  78. 06bdbaf Being explicit about how ignoring optparse's exceptions is not a best principle by Enrico Granata · 11 years ago
  79. 06925c9 <rdar://problem/13281528> by Greg Clayton · 11 years ago
  80. d6445b0 Added missing lldb module namespace. by Greg Clayton · 11 years ago
  81. 9d66551 Skip test that fails intermittently with Clang/GCC on Linux by Daniel Malea · 11 years ago
  82. ade70cf Optimization of the code-running NSDictionary formatter to skip runtime symbol fetching by Enrico Granata · 11 years ago
  83. afa3138 <rdar://problem/13286937> by Greg Clayton · 11 years ago
  84. 643adf8 Add a log line when debugserver exits, and clean up some of the other standard logs output to make it more useful. by Jim Ingham · 11 years ago
  85. 4eff6fc <rdar://problem/13282582> by Han Ming Ong · 11 years ago
  86. a7e864c <rdar://problem/13265297> by Greg Clayton · 11 years ago
  87. 4a5dfcf Fix a handful of remaining assumptions that thread IDs were 32-bits by Jason Molenda · 11 years ago
  88. 786e873 This should get clang/gcc decorators working by Enrico Granata · 11 years ago
  89. 4d82e97 Fixing issues in previous checkin - still figuring out how to make expectedFailureClang take the bugnumber by Enrico Granata · 11 years ago
  90. 596ba5e Remove no-op code (since r175842) by Dmitri Gribenko · 11 years ago
  91. 21416a1 <rdar://problem/12362092> by Enrico Granata · 11 years ago
  92. 647718e <rdar://problem/13277100> by Han Ming Ong · 11 years ago
  93. a7cb663 Correct the logic in DumpCommandHistory when the end index is UINT32_MAX. by Jim Ingham · 11 years ago
  94. 2eaca13 Call el_resize when the window size changes. by Jim Ingham · 11 years ago
  95. 04ce77f <rdar://problem/13190981> by Greg Clayton · 11 years ago
  96. 8b24f65 The thread plans run before the event is broadcast, so they should be calling ShouldStopSynchronous on any Stop Info's by Jim Ingham · 11 years ago
  97. 2df4d9f Mark last known Linux failure as XFAIL to see if there's any other problems with buildbots. by Daniel Malea · 11 years ago
  98. 24c8029 If we crash while making a Python summary, the crash info will tell us more about it by Enrico Granata · 11 years ago
  99. 4fd6f36 Remove unintended comment. by Jason Molenda · 11 years ago
  100. 44eb9fb Change debugserver from using the mach port number (in debugserver's by Jason Molenda · 11 years ago