Lines Matching refs:err
70 void MakeAllocation(IRMemoryMap &map, Status &err) { in MakeAllocation() argument
85 err.SetErrorStringWithFormat( in MakeAllocation()
123 err.SetErrorStringWithFormat( in MakeAllocation()
131 void DestroyAllocation(IRMemoryMap &map, Status &err) { in DestroyAllocation() argument
142 err.SetErrorStringWithFormat( in DestroyAllocation()
150 lldb::addr_t process_address, Status &err) override { in Materialize() argument
166 MakeAllocation(map, err); in Materialize()
170 if (!err.Success()) in Materialize()
187 err.SetErrorStringWithFormat( in Materialize()
193 err.SetErrorStringWithFormat( in Materialize()
202 lldb::addr_t frame_bottom, Status &err) override { in Dematerialize() argument
237 err.SetErrorStringWithFormat( in Dematerialize()
272 err.SetErrorStringWithFormat( in Dematerialize()
280 err.SetErrorStringWithFormat( in Dematerialize()
307 err.SetErrorStringWithFormat( in Dematerialize()
318 err.SetErrorStringWithFormat( in Dematerialize()
333 DestroyAllocation(map, err); in Dematerialize()
334 if (!err.Success()) in Dematerialize()
340 DestroyAllocation(map, err); in Dematerialize()
341 if (!err.Success()) in Dematerialize()
350 Status err; in DumpToLog() local
363 map.ReadMemory(data.GetBytes(), load_addr, m_size, err); in DumpToLog()
365 if (!err.Success()) { in DumpToLog()
380 map.ReadPointerFromMemory(&target_address, load_addr, err); in DumpToLog()
382 if (!err.Success()) { in DumpToLog()
390 err); in DumpToLog()
392 if (!err.Success()) { in DumpToLog()
415 PersistentVariableDelegate *delegate, Status &err) { in AddPersistentVariable() argument
440 lldb::addr_t process_address, Status &err) override { in Materialize() argument
459 err.SetErrorStringWithFormat( in Materialize()
467 err.SetErrorStringWithFormat("couldn't get the value of variable %s: %s", in Materialize()
479 err.SetErrorStringWithFormat( in Materialize()
492 err.SetErrorStringWithFormat("couldn't write the contents of reference " in Materialize()
508 err.SetErrorStringWithFormat( in Materialize()
518 err.SetErrorStringWithFormat("couldn't get the value of %s: %s", in Materialize()
525 err.SetErrorStringWithFormat( in Materialize()
533 err.SetErrorStringWithFormat("the variable '%s' has no location, " in Materialize()
537 err.SetErrorStringWithFormat( in Materialize()
548 err.SetErrorStringWithFormat("can't get the type alignment for %s", in Materialize()
569 err.SetErrorStringWithFormat( in Materialize()
581 err.SetErrorStringWithFormat( in Materialize()
593 err.SetErrorStringWithFormat( in Materialize()
603 lldb::addr_t frame_bottom, Status &err) override { in Dematerialize() argument
623 err.SetErrorStringWithFormat( in Dematerialize()
637 err.SetErrorStringWithFormat("couldn't get the data for variable %s", in Dematerialize()
658 err.SetErrorStringWithFormat( in Dematerialize()
670 err.SetErrorStringWithFormat( in Dematerialize()
689 Status err; in DumpToLog() local
698 map.ReadMemory(data.GetBytes(), load_addr, m_size, err); in DumpToLog()
700 if (!err.Success()) { in DumpToLog()
729 m_temporary_allocation_size, err); in DumpToLog()
731 if (!err.Success()) { in DumpToLog()
890 uint32_t Materializer::AddVariable(lldb::VariableSP &variable_sp, Status &err) { in AddVariable() argument
900 Status &err) { in AddValueObject() argument
923 lldb::addr_t process_address, Status &err) override { in Materialize() argument
926 err.SetErrorString("Trying to create a temporary region for the result " in Materialize()
939 err.SetErrorStringWithFormat("can't get size of type \"%s\"", in Materialize()
946 err.SetErrorStringWithFormat("can't get the alignment of type \"%s\"", in Materialize()
963 err.SetErrorStringWithFormat( in Materialize()
975 err.SetErrorStringWithFormat("couldn't write the address of the " in Materialize()
984 lldb::addr_t frame_bottom, Status &err) override { in Dematerialize() argument
985 err.Clear(); in Dematerialize()
992 err.SetErrorString("Couldn't dematerialize a result variable: invalid " in Dematerialize()
1004 err.SetErrorString("Couldn't dematerialize a result variable: couldn't " in Dematerialize()
1012 err.SetErrorString("Couldn't dematerialize a result variable: no target"); in Dematerialize()
1020 err.SetErrorStringWithFormat("Couldn't dematerialize a result variable: " in Dematerialize()
1030 err.SetErrorString("Couldn't dematerialize a result variable: " in Dematerialize()
1044 err.SetErrorStringWithFormat("couldn't dematerialize a result variable: " in Dematerialize()
1075 err.SetErrorString( in Dematerialize()
1103 Status err; in DumpToLog() local
1112 map.ReadMemory(data.GetBytes(), load_addr, m_size, err); in DumpToLog()
1114 if (!err.Success()) { in DumpToLog()
1143 m_temporary_allocation_size, err); in DumpToLog()
1145 if (!err.Success()) { in DumpToLog()
1183 Status &err) { in AddResultVariable() argument
1201 lldb::addr_t process_address, Status &err) override { in Materialize() argument
1225 err.SetErrorStringWithFormat( in Materialize()
1241 err.SetErrorStringWithFormat( in Materialize()
1250 lldb::addr_t frame_bottom, Status &err) override { in Dematerialize() argument
1269 Status err; in DumpToLog() local
1281 map.ReadMemory(data.GetBytes(), load_addr, m_size, err); in DumpToLog()
1283 if (!err.Success()) { in DumpToLog()
1302 uint32_t Materializer::AddSymbol(const Symbol &symbol_sp, Status &err) { in AddSymbol() argument
1320 lldb::addr_t process_address, Status &err) override { in Materialize() argument
1335 err.SetErrorStringWithFormat( in Materialize()
1344 err.SetErrorStringWithFormat("couldn't read the value of register %s", in Materialize()
1352 err.SetErrorStringWithFormat("couldn't get the data for register %s", in Materialize()
1358 err.SetErrorStringWithFormat( in Materialize()
1374 err.SetErrorStringWithFormat( in Materialize()
1383 lldb::addr_t frame_bottom, Status &err) override { in Dematerialize() argument
1400 err.SetErrorStringWithFormat( in Dematerialize()
1412 err.SetErrorStringWithFormat("couldn't get the data for register %s: %s", in Dematerialize()
1433 err.SetErrorStringWithFormat("couldn't write the value of register %s", in Dematerialize()
1443 Status err; in DumpToLog() local
1455 map.ReadMemory(data.GetBytes(), load_addr, m_size, err); in DumpToLog()
1457 if (!err.Success()) { in DumpToLog()
1478 Status &err) { in AddRegister() argument