1. 2f3df61 iwyu fixes for lldbCore. by Zachary Turner · 9 years ago
  2. ac96f66 Resubmit "Change RegisterValue getters / setters to use StringRef." by Zachary Turner · 9 years ago
  3. 8df8046 Revert "Change RegisterValue getters / setters to use StringRef." by Zachary Turner · 9 years ago
  4. b379d7d Change RegisterValue getters / setters to use StringRef. by Zachary Turner · 9 years ago
  5. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  6. 5b42c7a Add support for DW_OP_push_object_address in dwarf expressions by Tamas Berghammer · 10 years ago
  7. 9ac7a6c [SBValue] Add a method GetNumChildren(uint32_t max) by Siva Chandra · 10 years ago
  8. 3ad353f Rename clang_type -> compiler_type for variables. by Bruce Mitchener · 10 years ago
  9. 99558cc4 Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. by Greg Clayton · 10 years ago
  10. a1e5dc8 ClangASTType is now CompilerType. by Greg Clayton · 10 years ago
  11. 526ae04 Make a more complete fix for always supplying an execution context when getting byte sizes from types. by Greg Clayton · 11 years ago
  12. 951bdd5 Move several GetByteSize() calls over to the brave new world of taking an ExecutionContext* by Enrico Granata · 11 years ago
  13. 1cd5e92 Preparatory infrastructural work to support dynamically determining sizes of ObjC types via the runtime by Enrico Granata · 11 years ago
  14. 3a95b5b Fixed an issue that could cause GetPointeeData() to fail when passing in a non-zero index. by Greg Clayton · 11 years ago
  15. 0eb0ec2 Fix a problem where ValueObjectVariable was not correctly setting its 'has value changed' flag for scalar valued variables. This fixes rdar://17851144 by Enrico Granata · 11 years ago
  16. d07cfd3 Extend synthetic children to produce synthetic values (as in, those that GetValueAsUnsigned(), GetValueAsCString() would return) by Enrico Granata · 11 years ago
  17. e8daa2f Introduce the concept of a "display name" for types by Enrico Granata · 11 years ago
  18. 3d6ae76 When writing data back into a register, accept by Sean Callanan · 12 years ago
  19. 6826d22 Made sure that ValueObjectVariable actually by Sean Callanan · 12 years ago
  20. b57e4a1 Roll back the changes I made in r193907 which created a new Frame by Jason Molenda · 12 years ago
  21. f23bf74 Add a new base class, Frame. It is a pure virtual function which by Jason Molenda · 12 years ago
  22. c707f32 Fixed a bug where variables' byte sizes would not by Sean Callanan · 12 years ago
  23. 57ee306 Huge change to clean up types. by Greg Clayton · 12 years ago
  24. ef14371 Fix various build warnings. by Matt Kopec · 12 years ago
  25. 68ae91c <rdar://problem/13925626> by Enrico Granata · 12 years ago
  26. 0519e14 <rdar://problem/13925626> by Enrico Granata · 12 years ago
  27. 3880c4c Don’t use the resolved value to calculate the location unless the variable is in a register by Enrico Granata · 13 years ago
  28. 82fabf8 <rdar://problem/13695846> by Enrico Granata · 13 years ago
  29. faac111 <rdar://problem/13421412> by Greg Clayton · 13 years ago
  30. c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
  31. 0665a0f Path from Ashok Thirumurthi: by Greg Clayton · 13 years ago
  32. 1f74607 <rdar://problem/11757916> by Greg Clayton · 13 years ago
  33. 84db910 <rdar://problem/11113279> by Greg Clayton · 14 years ago
  34. e72dfb3 <rdar://problem/10103468> by Greg Clayton · 14 years ago
  35. 7277284 Added support for looking up the complete type for by Sean Callanan · 14 years ago
  36. cc4d014 This checking is part one of trying to add some threading safety to our by Greg Clayton · 14 years ago
  37. 81e871e Convert all python objects in our API to use overload the __str__ method by Greg Clayton · 14 years ago
  38. 56bbb88 ValueObjectVariable::GetClangAST should check that it has a valid Type before accessing it. by Jim Ingham · 14 years ago
  39. bdf3162 Fixed an issue where a variable whose value is in a register might end up by Greg Clayton · 14 years ago
  40. c14ee32 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 14 years ago
  41. 9128ee2 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 14 years ago
  42. 644247c Added "target variable" command that allows introspection of global by Greg Clayton · 14 years ago
  43. dea8cb4 Added support for finding and global variables in the SBTarget and SBModule by Greg Clayton · 14 years ago
  44. 007d5be lldb-59. by Greg Clayton · 14 years ago
  45. 58b59f9 Fix up how the ValueObjects manage their life cycle so that you can hand out a shared by Jim Ingham · 15 years ago
  46. 6035b67 Convert ValueObject to explicitly maintain the Execution Context in which they were created, and then use that when they update themselves. That means all the ValueObject evaluate me type functions that used to require a Frame object now do not. I didn't remove the SBValue API's that take this now useless frame, but I added ones that don't require the frame, and marked the SBFrame taking ones as deprecated. by Jim Ingham · 15 years ago
  47. 514487e Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 15 years ago
  48. 1a65ae1 Enabled extra warnings and fixed a bunch of small issues. by Greg Clayton · 15 years ago
  49. 6beaaa6 A few of the issue I have been trying to track down and fix have been due to by Greg Clayton · 15 years ago
  50. 2d107dd Change the DWARFExpression::Evaluate methods to take an optional by Jason Molenda · 15 years ago
  51. 526e5af Modified the lldb_private::Type clang type resolving code to handle three by Greg Clayton · 15 years ago
  52. 8f92f0a Fixed an expression parsing issue where if you were stopped somewhere without by Greg Clayton · 15 years ago
  53. 1be10fc Fixed the forward declaration issue that was present in the DWARF parser after by Greg Clayton · 15 years ago
  54. 5a36912 Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Value::GetValueOpaqueClangQualType. by Jim Ingham · 15 years ago
  55. f5fb427 Fixed an issue with: by Greg Clayton · 15 years ago
  56. f5e56de Moved the section load list up into the target so we can use the target by Greg Clayton · 15 years ago
  57. 016a95e Looking at some of the test suite failures in DWARF in .o files with the by Greg Clayton · 15 years ago
  58. a134cc1 Added a work in the DWARF parser when we parse an array that ends up having by Greg Clayton · 15 years ago
  59. 288bdf9 StackFrame objects now own ValueObjects for any frame variables (locals, args, by Greg Clayton · 15 years ago
  60. 8896697 Add missing includes. by Eli Friedman · 15 years ago
  61. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago