Skip to content
  1. Oct 24, 2012
  2. Oct 23, 2012
  3. Oct 22, 2012
    • Greg Clayton's avatar
      <rdar://problem/12524810> · e4c1ef55
      Greg Clayton authored
      Fixed a crasher where if an invalid SBTarget was passed to:
      
      lldb::addr_t
      SBAddress::GetLoadAddress (const SBTarget &target) const;
      
      We would crash.
      
      llvm-svn: 166439
      e4c1ef55
    • Enrico Granata's avatar
      <rdar://problem/12479701> Use the plain pydoc pager to work around Python... · f71a8399
      Enrico Granata authored
      <rdar://problem/12479701> Use the plain pydoc pager to work around Python help() pagination conflicts with our I/O management
      
      llvm-svn: 166432
      f71a8399
    • Enrico Granata's avatar
      <rdar://problem/12437442> · e3e91517
      Enrico Granata authored
      Given our implementation of ValueObjects we could have a scenario where a ValueObject has a dynamic type of Foo* at one point, and then its dynamic type changes to Bar*
      If Bar* has synthetic children enabled, by the time we figure that out, our public API is already vending SBValues wrapping a DynamicVO, instead of a SyntheticVO and there was
      no trivial way for us to change the SP inside an SBValue on the fly
      This checkin reimplements SBValue in terms of a wrapper, ValueImpl, that allows this substitutions on-the-fly by overriding GetSP() to do The Right Thing (TM)
      As an additional bonus, GetNonSyntheticValue() now works, and we can get rid of the ForceDisableSyntheticChildren idiom in ScriptInterpreterPython
      Lastly, this checkin makes sure the synthetic VOs get the correct m_value and m_data from their parents (prevented summaries from working in some cases)
      
      llvm-svn: 166426
      e3e91517
    • Greg Clayton's avatar
      <rdar://problem/12473003> · 7bc31332
      Greg Clayton authored
      Allow type searches to specify a type keyword when searching for type. Currently supported type keywords are: struct, class, union, enum, and typedef.
      
      So now you can search for types with a string like "struct foo".
      
      llvm-svn: 166420
      7bc31332
  4. Oct 20, 2012
  5. Oct 19, 2012
Loading