1. f71dd34 [IRMemoryMap] Shrink Allocation and make it move-only (NFC) by Vedant Kumar · 7 years ago
  2. d821c99 Move RegisterValue,Scalar,State from Core to Utility by Pavel Labath · 7 years ago
  3. 9452359 [IRMemoryMap] Avoid redundant zero-init in the Allocation constructor (NFC) by Vedant Kumar · 7 years ago
  4. 5b71e75 [IRMemoryMap] Fix the alignment adjustment in Malloc by Vedant Kumar · 7 years ago
  5. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  6. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  7. 666cc0b Move DataBuffer / DataExtractor and friends from Core -> Utility. by Zachary Turner · 9 years ago
  8. 6f9e690 Move Log from Core -> Utility. by Zachary Turner · 9 years ago
  9. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
  10. f31c9d2 Silence some -Wstring-conversion warnings by Pavel Labath · 9 years ago
  11. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  12. b37674d Fixed a problem in IRMemoryMap where the flag to zero out memory was ignored. by Sean Callanan · 9 years ago
  13. f3df7e8 Updated the FindSpace() algorithm to avoid the 0 page when it's unsafe. by Sean Callanan · 9 years ago
  14. cec91ef Fix all of the unannotated switch cases to annotate the fall through or do the right thing and break. by Greg Clayton · 10 years ago
  15. a94ae1e Update for llvm change. NFC. by Rafael Espindola · 10 years ago
  16. 2c38141 Add "zero_memory" option to IRMemoryMap::FindSpace & IRMemoryMap::Malloc. Zero out by Jim Ingham · 10 years ago
  17. 90ff791 Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a function call on target via register manipulation by Ewan Crawford · 10 years ago
  18. 3ddcd31 Dont' use a random probe & alloc strategy for the IRMemoryMap. by Zachary Turner · 11 years ago
  19. ceab3ac remove trailing whitespace + remove some useless comments by Sylvestre Ledru · 11 years ago
  20. af245d1 Add lldb-gdbserver support for Linux x86_64. by Todd Fiala · 11 years ago
  21. cfcd791 Fix silly compilation error. by Zachary Turner · 11 years ago
  22. 1536244 Fix a bug in the IRMemoryMap which generated bogus allocations. by Zachary Turner · 11 years ago
  23. 23f8c95 JITed functions can now have debug info and be debugged with debug and source info: by Greg Clayton · 12 years ago
  24. 9bbf3cd Hardened against reads in the IRMemoryMap that by Sean Callanan · 12 years ago
  25. b2f1fb2 MingW compilation (windows). Includes various refactoring to improve portability. by Virgile Bello · 12 years ago
  26. 6fea779 Initialize m_leak member variable. by Michael Sartain · 12 years ago
  27. 70cac8f Remove the process's reservation cache and don't by Sean Callanan · 12 years ago
  28. ad7cc46 Fixed a problem in the expression parser that by Sean Callanan · 12 years ago
  29. e86cef6 Fixed printf build warning. by Greg Clayton · 12 years ago
  30. ef14371 Fix various build warnings. by Matt Kopec · 12 years ago
  31. fbf5c68 Fixed a bug where persistent variables did not by Sean Callanan · 12 years ago
  32. bb77704 Added a per-process cache for reserved memory by Sean Callanan · 12 years ago
  33. 5c42d8a Fixed a few obvious errors pointed out by the static analyzer. by Jim Ingham · 12 years ago
  34. df56540 Performance optimizations to ClangUserExpression, by Sean Callanan · 12 years ago
  35. 750dcc3 Change Malloc to request an aligned memory size. by Matt Kopec · 12 years ago
  36. d256250 Simplified the management of the data buffer for by Sean Callanan · 12 years ago
  37. 7d71e56 Reverted 179810, which breaks the expression parser. by Sean Callanan · 12 years ago
  38. bb9945f Made IRMemoryMap::FindSpace a little cleverer, by Sean Callanan · 12 years ago
  39. d850685 Try and unblock issue found in: http://lab.llvm.org:8011/builders/lldb-x86_64-linux/builds/3564 by Greg Clayton · 12 years ago
  40. 1582ee6 This commit changes the way LLDB executes user expressions. by Sean Callanan · 12 years ago
  41. e0c64e1 Try to unbreak the lldb-x86_64-linux buildbot after recent std::auto_ptr/std::unique_ptr changes. by Greg Clayton · 12 years ago
  42. 08052af Updated the IRInterpreter to work with an by Sean Callanan · 12 years ago
  43. 14b1bae Flipped the big switch: LLDB now uses the new by Sean Callanan · 12 years ago
  44. 2d37e5a Added logging to each entity in the Materializer by Sean Callanan · 12 years ago
  45. c8c5b8d Fixed a few bugs in IRMemoryMap: by Sean Callanan · 12 years ago
  46. b024d87 Audited the existing Materializer code to ensure by Sean Callanan · 12 years ago
  47. 458ae1c Now that ValueObjects permit writing, made the by Sean Callanan · 12 years ago
  48. f8043fa Implemented materialization and dematerialization by Sean Callanan · 12 years ago
  49. 35005f7 Replicated the materialization logic for persistent by Sean Callanan · 12 years ago
  50. 5a1af4e Factored out memory access into the target process by Sean Callanan · 12 years ago