1. d55c5b1 Add Android.mk support for building LLDB on Linux host. by Todd Fiala · 11 years ago
  2. 3160832 clean up about 22 warnings messages by Michael Sartain · 11 years ago
  3. 4300bb1 Initialize m_leak member variable. by Michael Sartain · 11 years ago
  4. 384ba77 Reverts r187449 (report_fatal_error) in favor of a log message since by Ashok Thirumurthi · 11 years ago
  5. bc16b92 The DisassemblerLLVMC has a retain cycle - the InstructionLLVMC's contained in its instruction by Jim Ingham · 11 years ago
  6. 293e35b Add a default case to the LLVM expression opcode switch statement by Daniel Malea · 11 years ago
  7. e6017d3 Adds a DW_OP_call_frame_cfa handler when evaluating DWARF 3/4 expressions by Ashok Thirumurthi · 11 years ago
  8. eebd175 Remove builtin attribute from calls whose targets we replace by Stefanus Du Toit · 11 years ago
  9. 250e749 Fixed a problem in IRForTarget where we would not by Sean Callanan · 11 years ago
  10. a9aab24 Actually use the return value we get back when by Sean Callanan · 11 years ago
  11. 4a4448b Modified the expression parser to only try to by Sean Callanan · 11 years ago
  12. 52f7923 Huge change to clean up types. by Greg Clayton · 11 years ago
  13. 7940069 Cleanup on the unified section list changes. Main changes are: by Greg Clayton · 11 years ago
  14. a114603 Import the builtin type prefix before we import the user expression prefix so that the user expression prefix can use the uint, int, size_t, and other types without having to define them. by Greg Clayton · 11 years ago
  15. f77aef8 Missed a place where we have to pass the source location twice to FunctionDecl::Create. by Jim Ingham · 11 years ago
  16. 4a20587 Hitherto the IRForTarget infrastructure has mainly by Sean Callanan · 11 years ago
  17. 2f3daef Default parameters are evil and should not be used. Case and point this checkin that fixes implicit conversions that were happening. by Greg Clayton · 11 years ago
  18. 5f365bc Cleanup of IRForTarget. Removed some relics of by Sean Callanan · 11 years ago
  19. 1a582bc Fixed the IRInterpreter to reject any code that by Sean Callanan · 11 years ago
  20. 238fab3 Fixed IRExecutionUnit so that it looks up addresses by Sean Callanan · 11 years ago
  21. e46dd5b Remove the process's reservation cache and don't by Sean Callanan · 11 years ago
  22. 007e7bc Remove unused include. by Rafael Espindola · 11 years ago
  23. 4dc3761 Fix the lldb build. by Rafael Espindola · 11 years ago
  24. 794296a Fixed a bug in ClangASTSource where we would return by Sean Callanan · 11 years ago
  25. d0f064d Fixed a problem with materialization and by Sean Callanan · 11 years ago
  26. 3e11c7e Sort out a number of mismatched integer types in order to cut down the number of compiler warnings. by Andy Gibbs · 11 years ago
  27. 755d62b Fixed a problem in the expression parser that by Sean Callanan · 11 years ago
  28. 180f4cf Fix the build. clang/Driver/OptTable.h was removed. by Rafael Espindola · 11 years ago
  29. d315f7d Don't depend on the transitive inclusion of PathV1.h by Rafael Espindola · 11 years ago
  30. d39de03 Hardened the IR interpreter to prevent it from reading non-standard value sizes. by Sean Callanan · 11 years ago
  31. a45d2e2 Fixes for the IR interpreter: by Sean Callanan · 11 years ago
  32. 0ffd7ac Fixed printf build warning. by Greg Clayton · 11 years ago
  33. 804930f Fix crash (in optimized builds) due to invalid metadata operand by Daniel Malea · 11 years ago
  34. 884288b Fix various build warnings. by Matt Kopec · 11 years ago
  35. 9a71f96 Fixed value evaluation to handle null constants. by Sean Callanan · 11 years ago
  36. b50a2f3 Fixed signed operations in the IR interpreter. by Sean Callanan · 11 years ago
  37. e787234 Fixed a bug where persistent variables did not by Sean Callanan · 11 years ago
  38. 47a4e0d Fixed a problem where the dynamic checkers (i.e., by Sean Callanan · 11 years ago
  39. 6680109 <rdar://problem/13893094> by Greg Clayton · 11 years ago
  40. 5acdec7 Added a per-process cache for reserved memory by Sean Callanan · 11 years ago
  41. 0c2921f Fixed a few obvious errors pointed out by the static analyzer. by Jim Ingham · 11 years ago
  42. 56a41de Add all Decls found through FindExternalLexicalDecls by Sean Callanan · 11 years ago
  43. 779e6ac Fixed IRExecutionUnit build failures due to changes by Sean Callanan · 11 years ago
  44. d4f102f Since the IR interpreter does not (currently) by Sean Callanan · 11 years ago
  45. 95cad86 Fixed a problem where the expression parser would by Sean Callanan · 11 years ago
  46. cdc3ea5 Performance optimizations to ClangUserExpression, by Sean Callanan · 11 years ago
  47. 98e61d3 Fixed a crash when we tried dyn_cast<>ing a null pointer. by Sean Callanan · 11 years ago
  48. 5d2dab4 Hardening to avoid null-pointer crashes in the by Sean Callanan · 11 years ago
  49. 3b04228 Change Malloc to request an aligned memory size. by Matt Kopec · 11 years ago
  50. 7f27bcc Purged unnecessary data structures from the IR by Sean Callanan · 11 years ago
  51. f036768 Fixed a crash in ClangASTSource when logging is disabled. by Sean Callanan · 11 years ago
  52. cd3ba2d Don't crash if we try to interpret the IR (incorrectly in this case) and can't handle the size. This came from trying to do: by Greg Clayton · 11 years ago
  53. 2dbfe86 Fixed IRForTarget to handle Objective-C messages sent to "super". by Sean Callanan · 11 years ago
  54. e2172fd Fixed expression parser handling of empty strings. by Sean Callanan · 11 years ago
  55. 79e7ad8 Fixed a problem where the expression parser would by Sean Callanan · 11 years ago
  56. d986551 Be sure to print out the fully mangled name when we are unable to find a function to call so we can easily look for this symbol if needed. by Greg Clayton · 11 years ago
  57. 6c7168f Fixed the expression parser's handling of result by Sean Callanan · 11 years ago
  58. 41efd0e Fixed an error message. by Sean Callanan · 11 years ago
  59. d387b46 Fixed some linux buildbot warnings. by Greg Clayton · 11 years ago
  60. 2c81087 Fixed two problems when reading constant/register by Sean Callanan · 11 years ago
  61. 06761aa Simplified the management of the data buffer for by Sean Callanan · 11 years ago
  62. 2ce786d Removed 2800+ lines of code that no longer do anything by Sean Callanan · 11 years ago
  63. 28195f9 Optimized the way breakpoint conditions are evaluated. by Sean Callanan · 11 years ago
  64. a707cf1 Reverted 179810, which breaks the expression parser. by Sean Callanan · 11 years ago
  65. 73cb33a Made IRMemoryMap::FindSpace a little cleverer, by Sean Callanan · 11 years ago
  66. 38f8c74 Try and unblock issue found in: http://lab.llvm.org:8011/builders/lldb-x86_64-linux/builds/3564 by Greg Clayton · 11 years ago
  67. 102b2c2 After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. by Greg Clayton · 11 years ago
  68. 0f0551e This commit changes the way LLDB executes user expressions. by Sean Callanan · 11 years ago
  69. da0e332 Try to unbreak the lldb-x86_64-linux buildbot after recent std::auto_ptr/std::unique_ptr changes. by Greg Clayton · 11 years ago
  70. 81a96aa Since we use C++11, we should switch over to using std::unique_ptr when C++11 is being used. To do this, we follow what we have done for shared pointers and we define a STD_UNIQUE_PTR macro that can be used and it will "do the right thing". Due to some API differences in std::unique_ptr and due to the fact that we need to be able to compile without C++11, we can't use move semantics so some code needed to change so that it can compile with either C++. by Greg Clayton · 11 years ago
  71. 3a201e4 Added a new API to the IRInterpreter (the old API by Sean Callanan · 11 years ago
  72. 44199f1 Made the IRInterpreter's methods static, since by Sean Callanan · 11 years ago
  73. e804caf Made the IRInterpreter be able to operate without by Sean Callanan · 11 years ago
  74. 13615cf Updated the IRInterpreter to work with an by Sean Callanan · 11 years ago
  75. 86d6ac2 Modified the IRInterpreter to take an IRMemoryMap. by Sean Callanan · 11 years ago
  76. a6686e3 Flipped the big switch: LLDB now uses the new by Sean Callanan · 11 years ago
  77. 76f9879 Added logging to each entity in the Materializer by Sean Callanan · 11 years ago
  78. 56380f2 Fixed a few bugs in IRMemoryMap: by Sean Callanan · 11 years ago
  79. 973172e Added support for registers to the Materializer. by Sean Callanan · 11 years ago
  80. faafd19 Audited the existing Materializer code to ensure by Sean Callanan · 11 years ago
  81. aa5dca0 Added symbol materialization support to the new Materializer. by Sean Callanan · 11 years ago
  82. e287e90 Now that ValueObjects permit writing, made the by Sean Callanan · 11 years ago
  83. 934d616 Implemented materialization and dematerialization by Sean Callanan · 11 years ago
  84. f4b5948 Replicated the materialization logic for persistent by Sean Callanan · 11 years ago
  85. ce66f96 Hand over the job of laying out the argument structure by Sean Callanan · 11 years ago
  86. 2a90dd0 Handle C++ static variables in the expression parser. by Sean Callanan · 11 years ago
  87. 4245383 cmake build of lldb was complaining about missing files. by Sylvestre Ledru · 11 years ago
  88. 9d2e69d Changed the way ClangExpressionDeclMap registers by Sean Callanan · 11 years ago
  89. 3b16eb9 Added a Materializer class that contains by Sean Callanan · 11 years ago
  90. 73e6eec Hardening so we won't crash if an Objective-C interface by Sean Callanan · 11 years ago
  91. 0b3cb0e Fixed the way we allocate executable memory on by Sean Callanan · 11 years ago
  92. 9e6f6a6 Factored out memory access into the target process by Sean Callanan · 11 years ago
  93. edb83a5 Fix build. by Rafael Espindola · 11 years ago
  94. 296b06d <rdar://problem/13506727> by Greg Clayton · 11 years ago
  95. 2869c4c Enabled blocks support in the expression parser. by Sean Callanan · 11 years ago
  96. fd9e34b Disable warnings from Clang correctly, by directly by Sean Callanan · 11 years ago
  97. d4f95f3 <rdar://problem/11730263> by Greg Clayton · 11 years ago
  98. 29f3bea Use the error from ValidatePlan. by Jim Ingham · 11 years ago
  99. 952e9dc <rdar://problem/13521159> by Greg Clayton · 11 years ago
  100. 914e147 Fixed a problem where inline assembly errors caused LLDB to crash. by Sean Callanan · 11 years ago