1. d7982f8 Fix Linux i386 build by Daniel Malea · 11 years ago
  2. e3ee59b <rdar://problem/13119170> by Han Ming Ong · 11 years ago
  3. a48b8eb <rdar://problem/13362109> by Greg Clayton · 11 years ago
  4. 9badb6c Remove some tabs and extraneous space chars from ObjectFileMachO.cpp. by Jason Molenda · 11 years ago
  5. 6bcabae Retrieve the dyld shared cache mapping offset from the shared cache instead of hardcoding the value. by Jason Molenda · 11 years ago
  6. d962c7e Skipping TestConstVariables on Linux. by Andrew Kaylor · 11 years ago
  7. 0e8e6f2 Added tests to test for "settings set" with trailing whitespaces after the values. by Greg Clayton · 11 years ago
  8. 90f5f50 Adding support for DW_OP_stack_value in DWARFExpression::Evaluate by Andrew Kaylor · 11 years ago
  9. b0162d8 Added a little bit of logging to ClangFunction to by Sean Callanan · 11 years ago
  10. 72398fd Add support for non-register scalar values in DoMaterializeOneVariable. by Andrew Kaylor · 11 years ago
  11. 247bc3a Improve/Cleanup ptrace wrapper and remove dependency on user.h by Matt Kopec · 11 years ago
  12. 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
  13. 48c6b33 Fixed test suite errors due to new clang -v output. by Greg Clayton · 11 years ago
  14. 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
  15. c905136 Disable JITed code in any processes that use DynamicLoaderStatic. by Greg Clayton · 11 years ago
  16. d5e48bd <rdar://problem/13341472> by Greg Clayton · 11 years ago
  17. b4b4081 <rdar://problem/13184855> by Greg Clayton · 11 years ago
  18. d284d1b Be more precise in GCC/autoconf build instructions about compiler versions by Daniel Malea · 11 years ago
  19. 66fd7b1 Typos: be more precise on the build page when mentioning the non-cmake build system by Daniel Malea · 11 years ago
  20. 02c106f Add instructions for building LLDB with CMake by Daniel Malea · 11 years ago
  21. 0856107 Fix Ninja LLDB build on Linux (via cmake -G Ninja) by Daniel Malea · 11 years ago
  22. 9e0f5be Add support on POSIX to determine if an inferior has changed while debugging it. by Matt Kopec · 11 years ago
  23. 1d9c802 Fix ivar ordering for Process ctor to match the order they're by Jason Molenda · 11 years ago
  24. dbd73cf Un-skipping tests affected by llvm.org/pr15256 by Daniel Malea · 11 years ago
  25. 4a1c7c6 Fix makefile and re-enable test disabled due to llvm.org/pr15256 by Daniel Malea · 11 years ago
  26. 464a506 <rdar://problem/13338643> by Greg Clayton · 11 years ago
  27. cec43ab <rdar://problem/13338758> by Han Ming Ong · 11 years ago
  28. 72374e3 <rdar://problem/12897838> by Enrico Granata · 11 years ago
  29. cd0dd8f ProcessMachCore had (until 2013-01-29) some simple checks to find a kernel by Jason Molenda · 11 years ago
  30. 7d40838 Convert from the C-based LLVM Disassembler shim to the full MC Disassembler API's. by Jim Ingham · 11 years ago
  31. eb17530 Move m_destroy_in_process to Process (from ProcessKDP) since it is generally useful, by Jim Ingham · 11 years ago
  32. a5d313d Add a test case for static member variables by Daniel Malea · 11 years ago
  33. 7012548 Fix string warning I introduced with indirect function support. by Matt Kopec · 11 years ago
  34. e1588aa Update TestCallStdStringFunction to expected fail for gcc and account for multiple breakpoint locations. by Matt Kopec · 11 years ago
  35. cc2cffe Patch from Andrew Fish to add recognition of some additional KDP packets. by Jason Molenda · 11 years ago
  36. 46198d4 Add the standard LLVM copyright notice to the top of these two new files. by Jason Molenda · 11 years ago
  37. 88f7e75 Report the kernel slide when attaching to a darwin kernel debug session. by Jason Molenda · 11 years ago
  38. 137c4d7 Finish up CMake support for LLDB (tested on Linux) by Daniel Malea · 11 years ago
  39. 15905ae Use the Error parameter in ValueObject::ReadPointedString to actually report common errors by Enrico Granata · 11 years ago
  40. 97b18f8 breakpoint command add currently doesn't support adding commands to more than one breakpoint by Jim Ingham · 11 years ago
  41. 36451fa Replace all "-gdwarf-2" with "-g" to use the compiler defaults. by Greg Clayton · 11 years ago
  42. 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
  43. 02901dc Fixed an issue where the LDFLAGS were not correctly gettting modified to be additive. by Greg Clayton · 11 years ago
  44. 54ad8cf Made lldb.cpp build with clang 5.0. by Greg Clayton · 11 years ago
  45. 7b98e13 Update CMakeLists.txt as per removed file by Daniel Malea · 11 years ago
  46. 3dd21ab Remove LLDB dependency on xcodeworkspace (on Linux) for version number by Daniel Malea · 11 years ago
  47. 3a05d89 Add the libdebugserver.cpp for creating a library that does debugserver by Jason Molenda · 11 years ago
  48. 3732a02 Fixed some problems with type deportation: by Sean Callanan · 11 years ago
  49. fe9d7bf Fixing the log line for SBValue::MightHaveChildren() to report the correct function name by Enrico Granata · 11 years ago
  50. 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
  51. 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
  52. 0688435 Added eSymbolTypeResolver to a few switch statements that needed it. by Greg Clayton · 11 years ago
  53. 4f9103f Add GNU indirect function support in expressions for Linux. by Matt Kopec · 11 years ago
  54. 6e46a3e Call Process::Finalize directly in Debugger::Destroy, rather than having it done by Jim Ingham · 11 years ago
  55. 54fcf68 Cleanup TestUniqueTypes.py and add getCompilerVersion() to test harness by Daniel Malea · 11 years ago
  56. 6699c6e When starting a kernel debug session, if the user specified an executable by Jason Molenda · 11 years ago
  57. 56e2c56 <rdar://problem/13289828> by Enrico Granata · 11 years ago
  58. 549ce88 Fix one remaining mach port number/globally unique thread ID mixup which prevented queue names by Jason Molenda · 11 years ago
  59. 17a0b56 <rdar://problem/13287629> by Greg Clayton · 11 years ago
  60. edc4ddb Mark a few more tests as "basic_process". by Jim Ingham · 11 years ago
  61. 6569003 Add links to buildbots on the LLDB build instructions page by Daniel Malea · 11 years ago
  62. 744dd79 Backed out a hacky fix that is no longer needed. by Greg Clayton · 11 years ago
  63. 89a86ef A quick variable rename Sean and I had discussed earlier to make things a bit clearer. by Greg Clayton · 11 years ago
  64. d3beda6 Fixed several problems with class uniq'ing in the SymbolFileDWARF code: by Sean Callanan · 11 years ago
  65. 363141f Removing leftover printf() statement by Enrico Granata · 11 years ago
  66. 7cb80c9 If the user has disabled kext loading with the by Jason Molenda · 11 years ago
  67. 436ca2c <rdar://problem/13289157> by Greg Clayton · 11 years ago
  68. 560829d <rdar://problem/13282582> by Han Ming Ong · 11 years ago
  69. 60139f3 Fix the .categories, it had "dataformatter" not "dataformatters". by Jim Ingham · 11 years ago
  70. 06bdbaf Being explicit about how ignoring optparse's exceptions is not a best principle by Enrico Granata · 11 years ago
  71. 06925c9 <rdar://problem/13281528> by Greg Clayton · 11 years ago
  72. d6445b0 Added missing lldb module namespace. by Greg Clayton · 11 years ago
  73. 9d66551 Skip test that fails intermittently with Clang/GCC on Linux by Daniel Malea · 11 years ago
  74. ade70cf Optimization of the code-running NSDictionary formatter to skip runtime symbol fetching by Enrico Granata · 11 years ago
  75. afa3138 <rdar://problem/13286937> by Greg Clayton · 11 years ago
  76. 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
  77. 4eff6fc <rdar://problem/13282582> by Han Ming Ong · 11 years ago
  78. a7e864c <rdar://problem/13265297> by Greg Clayton · 11 years ago
  79. 4a5dfcf Fix a handful of remaining assumptions that thread IDs were 32-bits by Jason Molenda · 11 years ago
  80. 786e873 This should get clang/gcc decorators working by Enrico Granata · 11 years ago
  81. 4d82e97 Fixing issues in previous checkin - still figuring out how to make expectedFailureClang take the bugnumber by Enrico Granata · 11 years ago
  82. 596ba5e Remove no-op code (since r175842) by Dmitri Gribenko · 11 years ago
  83. 21416a1 <rdar://problem/12362092> by Enrico Granata · 11 years ago
  84. 647718e <rdar://problem/13277100> by Han Ming Ong · 11 years ago
  85. a7cb663 Correct the logic in DumpCommandHistory when the end index is UINT32_MAX. by Jim Ingham · 11 years ago
  86. 2eaca13 Call el_resize when the window size changes. by Jim Ingham · 11 years ago
  87. 04ce77f <rdar://problem/13190981> by Greg Clayton · 11 years ago
  88. 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
  89. 2df4d9f Mark last known Linux failure as XFAIL to see if there's any other problems with buildbots. by Daniel Malea · 11 years ago
  90. 24c8029 If we crash while making a Python summary, the crash info will tell us more about it by Enrico Granata · 11 years ago
  91. 4fd6f36 Remove unintended comment. by Jason Molenda · 11 years ago
  92. 44eb9fb Change debugserver from using the mach port number (in debugserver's by Jason Molenda · 11 years ago
  93. 3801be7 Using __package__ and __name__ seems redundant - __name__ should always contain the fully qualified module name by Enrico Granata · 11 years ago
  94. 45fa511 Fixing the watchpoint test case to reflect changes in error reporting by Enrico Granata · 11 years ago
  95. c29f0f3 Make the lldbtest tear down routine a little less error prone by Daniel Malea · 11 years ago
  96. ebb8444 Ignore the check for com.apple.main-thread - it is not critical for the test case's logic by Enrico Granata · 11 years ago
  97. b703112 The summary for const char* was not cascading. by Enrico Granata · 11 years ago
  98. dac0683 If the inferior program is compiled with libc++, you won't see libstdc++ by Enrico Granata · 11 years ago
  99. e9a5a50 <rdar://problem/13265017> by Enrico Granata · 11 years ago
  100. fe21d4f Fix clang warnings related to python macro redefinition and printf format specifiers. by Matt Kopec · 11 years ago