reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Process/Utility/UnwindLLDB.cpp
  161       return GetOneMoreFrame(abi);
  180       return GetOneMoreFrame(abi);
  200       return GetOneMoreFrame(abi);
  208   if (abi && !abi->CallFrameAddressIsValid(cursor_sp->cfa)) {
  208   if (abi && !abi->CallFrameAddressIsValid(cursor_sp->cfa)) {
  220           !abi->CallFrameAddressIsValid(cursor_sp->cfa)) {
  228           return GetOneMoreFrame(abi);
  256       return GetOneMoreFrame(abi);
  264   if (abi && !abi->CodeAddressIsValid(cursor_sp->start_pc)) {
  264   if (abi && !abi->CodeAddressIsValid(cursor_sp->start_pc)) {
  275       return GetOneMoreFrame(abi);