Skip to content
  • Jim Ingham's avatar
    Make ValueObject::SetValueFromCString work correctly. · 16e0c686
    Jim Ingham authored
    Also change the SourceInitFile to look for .lldb-<APPNAME> and source that
    preferentially if it exists.
    Also made the breakpoint site report its address as well as its breakpoint number
    when it gets hit and can't find any the associated locations (usually because the
    breakpoint got disabled or deleted programmatically between the time it was hit
    and reported.)
    Changed ThreadPlanCallFunction to initialize the ivar m_func in the initializers of the
    constructor, rather than waiting to initialize till later on in the function.
    Fixed a bug where if you make an SBError and the ask it Success, it returns false.
    Fixed ValueObject::ResolveValue so that it resolves a temporary value, rather than
    overwriting the one in the value object.
    
    llvm-svn: 137536
    16e0c686
Loading