LLDB mainline
ABISysV_mips.cpp
Go to the documentation of this file.
1//===-- ABISysV_mips.cpp --------------------------------------------------===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8
9#include "ABISysV_mips.h"
10
11#include "llvm/ADT/STLExtras.h"
12#include "llvm/TargetParser/Triple.h"
13
14#include "lldb/Core/Module.h"
16#include "lldb/Core/Value.h"
18#include "lldb/Target/Process.h"
21#include "lldb/Target/Target.h"
22#include "lldb/Target/Thread.h"
26#include "lldb/Utility/Log.h"
28#include "lldb/Utility/Status.h"
32#include <optional>
33
34using namespace lldb;
35using namespace lldb_private;
36
38
78};
79
81 {"r0",
82 "zero",
83 4,
84 0,
89 nullptr,
90 nullptr,
91 nullptr,
92 },
93 {"r1",
94 "AT",
95 4,
96 0,
101 nullptr,
102 nullptr,
103 nullptr,
104 },
105 {"r2",
106 "v0",
107 4,
108 0,
113 nullptr,
114 nullptr,
115 nullptr,
116 },
117 {"r3",
118 "v1",
119 4,
120 0,
125 nullptr,
126 nullptr,
127 nullptr,
128 },
129 {"r4",
130 nullptr,
131 4,
132 0,
137 nullptr,
138 nullptr,
139 nullptr,
140 },
141 {"r5",
142 nullptr,
143 4,
144 0,
149 nullptr,
150 nullptr,
151 nullptr,
152 },
153 {"r6",
154 nullptr,
155 4,
156 0,
161 nullptr,
162 nullptr,
163 nullptr,
164 },
165 {"r7",
166 nullptr,
167 4,
168 0,
173 nullptr,
174 nullptr,
175 nullptr,
176 },
177 {"r8",
178 "arg5",
179 4,
180 0,
185 nullptr,
186 nullptr,
187 nullptr,
188 },
189 {"r9",
190 "arg6",
191 4,
192 0,
197 nullptr,
198 nullptr,
199 nullptr,
200 },
201 {"r10",
202 "arg7",
203 4,
204 0,
209 nullptr,
210 nullptr,
211 nullptr,
212 },
213 {"r11",
214 "arg8",
215 4,
216 0,
221 nullptr,
222 nullptr,
223 nullptr,
224 },
225 {"r12",
226 nullptr,
227 4,
228 0,
233 nullptr,
234 nullptr,
235 nullptr,
236 },
237 {"r13",
238 nullptr,
239 4,
240 0,
245 nullptr,
246 nullptr,
247 nullptr,
248 },
249 {"r14",
250 nullptr,
251 4,
252 0,
257 nullptr,
258 nullptr,
259 nullptr,
260 },
261 {"r15",
262 nullptr,
263 4,
264 0,
269 nullptr,
270 nullptr,
271 nullptr,
272 },
273 {"r16",
274 nullptr,
275 4,
276 0,
281 nullptr,
282 nullptr,
283 nullptr,
284 },
285 {"r17",
286 nullptr,
287 4,
288 0,
293 nullptr,
294 nullptr,
295 nullptr,
296 },
297 {"r18",
298 nullptr,
299 4,
300 0,
305 nullptr,
306 nullptr,
307 nullptr,
308 },
309 {"r19",
310 nullptr,
311 4,
312 0,
317 nullptr,
318 nullptr,
319 nullptr,
320 },
321 {"r20",
322 nullptr,
323 4,
324 0,
329 nullptr,
330 nullptr,
331 nullptr,
332 },
333 {"r21",
334 nullptr,
335 4,
336 0,
341 nullptr,
342 nullptr,
343 nullptr,
344 },
345 {"r22",
346 nullptr,
347 4,
348 0,
353 nullptr,
354 nullptr,
355 nullptr,
356 },
357 {"r23",
358 nullptr,
359 4,
360 0,
365 nullptr,
366 nullptr,
367 nullptr,
368 },
369 {"r24",
370 nullptr,
371 4,
372 0,
377 nullptr,
378 nullptr,
379 nullptr,
380 },
381 {"r25",
382 nullptr,
383 4,
384 0,
389 nullptr,
390 nullptr,
391 nullptr,
392 },
393 {"r26",
394 nullptr,
395 4,
396 0,
401 nullptr,
402 nullptr,
403 nullptr,
404 },
405 {"r27",
406 nullptr,
407 4,
408 0,
413 nullptr,
414 nullptr,
415 nullptr,
416 },
417 {"r28",
418 "gp",
419 4,
420 0,
425 nullptr,
426 nullptr,
427 nullptr,
428 },
429 {"r29",
430 nullptr,
431 4,
432 0,
437 nullptr,
438 nullptr,
439 nullptr,
440 },
441 {"r30",
442 nullptr,
443 4,
444 0,
449 nullptr,
450 nullptr,
451 nullptr,
452 },
453 {"r31",
454 nullptr,
455 4,
456 0,
461 nullptr,
462 nullptr,
463 nullptr,
464 },
465 {"sr",
466 nullptr,
467 4,
468 0,
473 nullptr,
474 nullptr,
475 nullptr,
476 },
477 {"lo",
478 nullptr,
479 4,
480 0,
485 nullptr,
486 nullptr,
487 nullptr,
488 },
489 {"hi",
490 nullptr,
491 4,
492 0,
497 nullptr,
498 nullptr,
499 nullptr,
500 },
501 {"bad",
502 nullptr,
503 4,
504 0,
509 nullptr,
510 nullptr,
511 nullptr,
512 },
513 {"cause",
514 nullptr,
515 4,
516 0,
521 nullptr,
522 nullptr,
523 nullptr,
524 },
525 {"pc",
526 nullptr,
527 4,
528 0,
533 nullptr,
534 nullptr,
535 nullptr,
536 },
537};
538
539static const uint32_t k_num_register_infos = std::size(g_register_infos);
540
543 count = k_num_register_infos;
544 return g_register_infos;
545}
546
547size_t ABISysV_mips::GetRedZoneSize() const { return 0; }
548
549// Static Functions
550
551ABISP
553 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch();
554 if ((arch_type == llvm::Triple::mips) ||
555 (arch_type == llvm::Triple::mipsel)) {
556 return ABISP(
557 new ABISysV_mips(std::move(process_sp), MakeMCRegisterInfo(arch)));
558 }
559 return ABISP();
560}
561
563 addr_t func_addr, addr_t return_addr,
564 llvm::ArrayRef<addr_t> args) const {
565 Log *log = GetLog(LLDBLog::Expressions);
566
567 if (log) {
568 StreamString s;
569 s.Printf("ABISysV_mips::PrepareTrivialCall (tid = 0x%" PRIx64
570 ", sp = 0x%" PRIx64 ", func_addr = 0x%" PRIx64
571 ", return_addr = 0x%" PRIx64,
572 thread.GetID(), (uint64_t)sp, (uint64_t)func_addr,
573 (uint64_t)return_addr);
574
575 for (size_t i = 0; i < args.size(); ++i)
576 s.Printf(", arg%zd = 0x%" PRIx64, i + 1, args[i]);
577 s.PutCString(")");
578 log->PutString(s.GetString());
579 }
580
581 RegisterContext *reg_ctx = thread.GetRegisterContext().get();
582 if (!reg_ctx)
583 return false;
584
585 const RegisterInfo *reg_info = nullptr;
586
587 RegisterValue reg_value;
588
589 // Argument registers
590 const char *reg_names[] = {"r4", "r5", "r6", "r7"};
591
592 llvm::ArrayRef<addr_t>::iterator ai = args.begin(), ae = args.end();
593
594 // Write arguments to registers
595 for (size_t i = 0; i < std::size(reg_names); ++i) {
596 if (ai == ae)
597 break;
598
599 reg_info = reg_ctx->GetRegisterInfo(eRegisterKindGeneric,
601 LLDB_LOGF(log, "About to write arg%zd (0x%" PRIx64 ") into %s", i + 1,
602 args[i], reg_info->name);
603
604 if (!reg_ctx->WriteRegisterFromUnsigned(reg_info, args[i]))
605 return false;
606
607 ++ai;
608 }
609
610 // If we have more than 4 arguments --Spill onto the stack
611 if (ai != ae) {
612 // No of arguments to go on stack
613 size_t num_stack_regs = args.size();
614
615 // Allocate needed space for args on the stack
616 sp -= (num_stack_regs * 4);
617
618 // Keep the stack 8 byte aligned
619 sp &= ~(8ull - 1ull);
620
621 // just using arg1 to get the right size
622 const RegisterInfo *reg_info = reg_ctx->GetRegisterInfo(
624
625 addr_t arg_pos = sp + 16;
626
627 size_t i = 4;
628 for (; ai != ae; ++ai) {
629 reg_value.SetUInt32(*ai);
630 LLDB_LOGF(log, "About to write arg%zd (0x%" PRIx64 ") at 0x%" PRIx64 "",
631 i + 1, args[i], arg_pos);
632
633 if (reg_ctx
634 ->WriteRegisterValueToMemory(reg_info, arg_pos,
635 reg_info->byte_size, reg_value)
636 .Fail())
637 return false;
638 arg_pos += reg_info->byte_size;
639 i++;
640 }
641 }
642
644 const RegisterInfo *pc_reg_info =
646 const RegisterInfo *sp_reg_info =
648 const RegisterInfo *ra_reg_info =
650 const RegisterInfo *r25_info = reg_ctx->GetRegisterInfoByName("r25", 0);
651 const RegisterInfo *r0_info = reg_ctx->GetRegisterInfoByName("zero", 0);
652
653 LLDB_LOGF(log, "Writing R0: 0x%" PRIx64, (uint64_t)0);
654
655 /* Write r0 with 0, in case we are stopped in syscall,
656 * such setting prevents automatic decrement of the PC.
657 * This clears the bug 23659 for MIPS.
658 */
659 if (!reg_ctx->WriteRegisterFromUnsigned(r0_info, (uint64_t)0))
660 return false;
661
662 LLDB_LOGF(log, "Writing SP: 0x%" PRIx64, (uint64_t)sp);
663
664 // Set "sp" to the requested value
665 if (!reg_ctx->WriteRegisterFromUnsigned(sp_reg_info, sp))
666 return false;
667
668 LLDB_LOGF(log, "Writing RA: 0x%" PRIx64, (uint64_t)return_addr);
669
670 // Set "ra" to the return address
671 if (!reg_ctx->WriteRegisterFromUnsigned(ra_reg_info, return_addr))
672 return false;
673
674 LLDB_LOGF(log, "Writing PC: 0x%" PRIx64, (uint64_t)func_addr);
675
676 // Set pc to the address of the called function.
677 if (!reg_ctx->WriteRegisterFromUnsigned(pc_reg_info, func_addr))
678 return false;
679
680 LLDB_LOGF(log, "Writing r25: 0x%" PRIx64, (uint64_t)func_addr);
681
682 // All callers of position independent functions must place the address of
683 // the called function in t9 (r25)
684 if (!reg_ctx->WriteRegisterFromUnsigned(r25_info, func_addr))
685 return false;
686
687 return true;
688}
689
691 return false;
692}
693
695 lldb::ValueObjectSP &new_value_sp) {
697 if (!new_value_sp) {
698 error = Status::FromErrorString("Empty value object for return value.");
699 return error;
700 }
701
702 CompilerType compiler_type = new_value_sp->GetCompilerType();
703 if (!compiler_type) {
704 error = Status::FromErrorString("Null clang type for return value.");
705 return error;
706 }
707
708 Thread *thread = frame_sp->GetThread().get();
709
710 bool is_signed;
711 uint32_t count;
712 bool is_complex;
713
714 RegisterContext *reg_ctx = thread->GetRegisterContext().get();
715
716 bool set_it_simple = false;
717 if (compiler_type.IsIntegerOrEnumerationType(is_signed) ||
718 compiler_type.IsPointerType()) {
719 DataExtractor data;
720 Status data_error;
721 size_t num_bytes = new_value_sp->GetData(data, data_error);
722 if (data_error.Fail()) {
724 "Couldn't convert return value to raw data: %s",
725 data_error.AsCString());
726 return error;
727 }
728
729 lldb::offset_t offset = 0;
730 if (num_bytes <= 8) {
731 const RegisterInfo *r2_info = reg_ctx->GetRegisterInfoByName("r2", 0);
732 if (num_bytes <= 4) {
733 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes);
734
735 if (reg_ctx->WriteRegisterFromUnsigned(r2_info, raw_value))
736 set_it_simple = true;
737 } else {
738 uint32_t raw_value = data.GetMaxU32(&offset, 4);
739
740 if (reg_ctx->WriteRegisterFromUnsigned(r2_info, raw_value)) {
741 const RegisterInfo *r3_info = reg_ctx->GetRegisterInfoByName("r3", 0);
742 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes - offset);
743
744 if (reg_ctx->WriteRegisterFromUnsigned(r3_info, raw_value))
745 set_it_simple = true;
746 }
747 }
748 } else {
750 "We don't support returning longer than 64 bit "
751 "integer values at present.");
752 }
753 } else if (compiler_type.IsFloatingPointType(count, is_complex)) {
754 if (is_complex)
756 "We don't support returning complex values at present");
757 else
759 "We don't support returning float values at present");
760 }
761
762 if (!set_it_simple)
764 "We only support setting simple integer return types at present.");
765
766 return error;
767}
768
770 Thread &thread, CompilerType &return_compiler_type) const {
771 ValueObjectSP return_valobj_sp;
772 return return_valobj_sp;
773}
774
776 Thread &thread, CompilerType &return_compiler_type) const {
777 ValueObjectSP return_valobj_sp;
778 Value value;
779
780 if (!return_compiler_type)
781 return return_valobj_sp;
782
783 ExecutionContext exe_ctx(thread.shared_from_this());
784 if (exe_ctx.GetTargetPtr() == nullptr || exe_ctx.GetProcessPtr() == nullptr)
785 return return_valobj_sp;
786
787 Target *target = exe_ctx.GetTargetPtr();
788 const ArchSpec target_arch = target->GetArchitecture();
789 ByteOrder target_byte_order = target_arch.GetByteOrder();
790 value.SetCompilerType(return_compiler_type);
791 uint32_t fp_flag =
793
794 RegisterContext *reg_ctx = thread.GetRegisterContext().get();
795 if (!reg_ctx)
796 return return_valobj_sp;
797
798 bool is_signed = false;
799 bool is_complex = false;
800 uint32_t count = 0;
801
802 // In MIPS register "r2" (v0) holds the integer function return values
803 const RegisterInfo *r2_reg_info = reg_ctx->GetRegisterInfoByName("r2", 0);
804 std::optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread);
805 if (!bit_width)
806 return return_valobj_sp;
807 if (return_compiler_type.IsIntegerOrEnumerationType(is_signed)) {
808 switch (*bit_width) {
809 default:
810 return return_valobj_sp;
811 case 64: {
812 const RegisterInfo *r3_reg_info = reg_ctx->GetRegisterInfoByName("r3", 0);
813 uint64_t raw_value;
814 raw_value = reg_ctx->ReadRegisterAsUnsigned(r2_reg_info, 0) & UINT32_MAX;
815 raw_value |= ((uint64_t)(reg_ctx->ReadRegisterAsUnsigned(r3_reg_info, 0) &
816 UINT32_MAX))
817 << 32;
818 if (is_signed)
819 value.GetScalar() = (int64_t)raw_value;
820 else
821 value.GetScalar() = (uint64_t)raw_value;
822 } break;
823 case 32:
824 if (is_signed)
825 value.GetScalar() = (int32_t)(
826 reg_ctx->ReadRegisterAsUnsigned(r2_reg_info, 0) & UINT32_MAX);
827 else
828 value.GetScalar() = (uint32_t)(
829 reg_ctx->ReadRegisterAsUnsigned(r2_reg_info, 0) & UINT32_MAX);
830 break;
831 case 16:
832 if (is_signed)
833 value.GetScalar() = (int16_t)(
834 reg_ctx->ReadRegisterAsUnsigned(r2_reg_info, 0) & UINT16_MAX);
835 else
836 value.GetScalar() = (uint16_t)(
837 reg_ctx->ReadRegisterAsUnsigned(r2_reg_info, 0) & UINT16_MAX);
838 break;
839 case 8:
840 if (is_signed)
841 value.GetScalar() = (int8_t)(
842 reg_ctx->ReadRegisterAsUnsigned(r2_reg_info, 0) & UINT8_MAX);
843 else
844 value.GetScalar() = (uint8_t)(
845 reg_ctx->ReadRegisterAsUnsigned(r2_reg_info, 0) & UINT8_MAX);
846 break;
847 }
848 } else if (return_compiler_type.IsPointerType()) {
849 uint32_t ptr =
850 thread.GetRegisterContext()->ReadRegisterAsUnsigned(r2_reg_info, 0) &
852 value.GetScalar() = ptr;
853 } else if (return_compiler_type.IsAggregateType()) {
854 // Structure/Vector is always passed in memory and pointer to that memory
855 // is passed in r2.
856 uint64_t mem_address = reg_ctx->ReadRegisterAsUnsigned(
857 reg_ctx->GetRegisterInfoByName("r2", 0), 0);
858 // We have got the address. Create a memory object out of it
859 return_valobj_sp = ValueObjectMemory::Create(
860 &thread, "", Address(mem_address, nullptr), return_compiler_type);
861 return return_valobj_sp;
862 } else if (return_compiler_type.IsFloatingPointType(count, is_complex)) {
863 if (IsSoftFloat(fp_flag)) {
864 uint64_t raw_value = reg_ctx->ReadRegisterAsUnsigned(r2_reg_info, 0);
865 if (count != 1 && is_complex)
866 return return_valobj_sp;
867 switch (*bit_width) {
868 default:
869 return return_valobj_sp;
870 case 32:
871 static_assert(sizeof(float) == sizeof(uint32_t));
872 value.GetScalar() = *((float *)(&raw_value));
873 break;
874 case 64:
875 static_assert(sizeof(double) == sizeof(uint64_t));
876 const RegisterInfo *r3_reg_info =
877 reg_ctx->GetRegisterInfoByName("r3", 0);
878 if (target_byte_order == eByteOrderLittle)
879 raw_value =
880 ((reg_ctx->ReadRegisterAsUnsigned(r3_reg_info, 0)) << 32) |
881 raw_value;
882 else
883 raw_value = (raw_value << 32) |
884 reg_ctx->ReadRegisterAsUnsigned(r3_reg_info, 0);
885 value.GetScalar() = *((double *)(&raw_value));
886 break;
887 }
888 }
889
890 else {
891 const RegisterInfo *f0_info = reg_ctx->GetRegisterInfoByName("f0", 0);
892 RegisterValue f0_value;
893 DataExtractor f0_data;
894 reg_ctx->ReadRegister(f0_info, f0_value);
895 f0_value.GetData(f0_data);
896 lldb::offset_t offset = 0;
897
898 if (count == 1 && !is_complex) {
899 switch (*bit_width) {
900 default:
901 return return_valobj_sp;
902 case 64: {
903 static_assert(sizeof(double) == sizeof(uint64_t));
904 const RegisterInfo *f1_info = reg_ctx->GetRegisterInfoByName("f1", 0);
905 RegisterValue f1_value;
906 DataExtractor f1_data;
907 reg_ctx->ReadRegister(f1_info, f1_value);
908 DataExtractor *copy_from_extractor = nullptr;
909 WritableDataBufferSP data_sp(new DataBufferHeap(8, 0));
910 DataExtractor return_ext(
911 data_sp, target_byte_order,
913
914 if (target_byte_order == eByteOrderLittle) {
915 copy_from_extractor = &f0_data;
916 copy_from_extractor->CopyByteOrderedData(
917 offset, 4, data_sp->GetBytes(), 4, target_byte_order);
918 f1_value.GetData(f1_data);
919 copy_from_extractor = &f1_data;
920 copy_from_extractor->CopyByteOrderedData(
921 offset, 4, data_sp->GetBytes() + 4, 4, target_byte_order);
922 } else {
923 copy_from_extractor = &f0_data;
924 copy_from_extractor->CopyByteOrderedData(
925 offset, 4, data_sp->GetBytes() + 4, 4, target_byte_order);
926 f1_value.GetData(f1_data);
927 copy_from_extractor = &f1_data;
928 copy_from_extractor->CopyByteOrderedData(
929 offset, 4, data_sp->GetBytes(), 4, target_byte_order);
930 }
931 value.GetScalar() = (double)return_ext.GetDouble(&offset);
932 break;
933 }
934 case 32: {
935 static_assert(sizeof(float) == sizeof(uint32_t));
936 value.GetScalar() = (float)f0_data.GetFloat(&offset);
937 break;
938 }
939 }
940 } else {
941 // not handled yet
942 return return_valobj_sp;
943 }
944 }
945 } else {
946 // not handled yet
947 return return_valobj_sp;
948 }
949
950 // If we get here, we have a valid Value, so make our ValueObject out of it:
951
952 return_valobj_sp = ValueObjectConstResult::Create(
953 thread.GetStackFrameAtIndex(0).get(), value, ConstString(""));
954 return return_valobj_sp;
955}
956
958 unwind_plan.Clear();
960
962
963 // Our Call Frame Address is the stack pointer value
964 row->GetCFAValue().SetIsRegisterPlusOffset(dwarf_r29, 0);
965
966 // The previous PC is in the RA
967 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_r31, true);
968 unwind_plan.AppendRow(row);
969
970 // All other registers are the same.
971
972 unwind_plan.SetSourceName("mips at-func-entry default");
975 return true;
976}
977
979 unwind_plan.Clear();
981
983
984 row->SetUnspecifiedRegistersAreUndefined(true);
985 row->GetCFAValue().SetIsRegisterPlusOffset(dwarf_r29, 0);
986
987 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_r31, true);
988
989 unwind_plan.AppendRow(row);
990 unwind_plan.SetSourceName("mips default unwind plan");
994 return true;
995}
996
998 return !RegisterIsCalleeSaved(reg_info);
999}
1000
1001bool ABISysV_mips::IsSoftFloat(uint32_t fp_flags) const {
1002 return (fp_flags == lldb_private::ArchSpec::eMIPS_ABI_FP_SOFT);
1003}
1004
1006 if (reg_info) {
1007 // Preserved registers are :
1008 // r16-r23, r28, r29, r30, r31
1009 const char *name = reg_info->name;
1010
1011 if (name[0] == 'r') {
1012 switch (name[1]) {
1013 case '1':
1014 if (name[2] == '6' || name[2] == '7' || name[2] == '8' ||
1015 name[2] == '9') // r16-r19
1016 return name[3] == '\0';
1017 break;
1018 case '2':
1019 if (name[2] == '0' || name[2] == '1' || name[2] == '2' ||
1020 name[2] == '3' // r20-r23
1021 || name[2] == '8' || name[2] == '9') // r28 and r29
1022 return name[3] == '\0';
1023 break;
1024 case '3':
1025 if (name[2] == '0' || name[2] == '1') // r30 and r31
1026 return name[3] == '\0';
1027 break;
1028 }
1029
1030 if (name[0] == 'g' && name[1] == 'p' && name[2] == '\0') // gp (r28)
1031 return true;
1032 if (name[0] == 's' && name[1] == 'p' && name[2] == '\0') // sp (r29)
1033 return true;
1034 if (name[0] == 'f' && name[1] == 'p' && name[2] == '\0') // fp (r30)
1035 return true;
1036 if (name[0] == 'r' && name[1] == 'a' && name[2] == '\0') // ra (r31)
1037 return true;
1038 }
1039 }
1040 return false;
1041}
1042
1045 GetPluginNameStatic(), "System V ABI for mips targets", CreateInstance);
1046}
1047
1050}
static const uint32_t k_num_register_infos
static const RegisterInfo g_register_infos[]
dwarf_regnums
@ dwarf_r7
@ dwarf_r21
@ dwarf_r24
@ dwarf_r12
@ dwarf_hi
@ dwarf_r3
@ dwarf_r13
@ dwarf_r2
@ dwarf_r8
@ dwarf_r28
@ dwarf_bad
@ dwarf_r11
@ dwarf_r31
@ dwarf_sr
@ dwarf_r19
@ dwarf_r1
@ dwarf_r26
@ dwarf_r9
@ dwarf_pc
@ dwarf_r29
@ dwarf_r16
@ dwarf_r18
@ dwarf_r17
@ dwarf_r15
@ dwarf_lo
@ dwarf_r23
@ dwarf_r10
@ dwarf_cause
@ dwarf_r14
@ dwarf_r6
@ dwarf_r25
@ dwarf_r30
@ dwarf_r0
@ dwarf_r5
@ dwarf_r20
@ dwarf_r27
@ dwarf_r4
@ dwarf_r22
static const uint32_t k_num_register_infos
static const RegisterInfo g_register_infos[]
static llvm::raw_ostream & error(Stream &strm)
#define LLDB_LOGF(log,...)
Definition: Log.h:376
#define LLDB_PLUGIN_DEFINE(PluginName)
Definition: PluginManager.h:32
bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override
static llvm::StringRef GetPluginNameStatic()
Definition: ABISysV_mips.h:72
lldb_private::Status SetReturnValueObject(lldb::StackFrameSP &frame_sp, lldb::ValueObjectSP &new_value) override
static void Initialize()
lldb::ValueObjectSP GetReturnValueObjectImpl(lldb_private::Thread &thread, lldb_private::CompilerType &type) const override
bool CreateFunctionEntryUnwindPlan(lldb_private::UnwindPlan &unwind_plan) override
bool IsSoftFloat(uint32_t fp_flag) const
const lldb_private::RegisterInfo * GetRegisterInfoArray(uint32_t &count) override
static lldb::ABISP CreateInstance(lldb::ProcessSP process_sp, const lldb_private::ArchSpec &arch)
bool GetArgumentValues(lldb_private::Thread &thread, lldb_private::ValueList &values) const override
lldb::ValueObjectSP GetReturnValueObjectSimple(lldb_private::Thread &thread, lldb_private::CompilerType &ast_type) const
static void Terminate()
bool CreateDefaultUnwindPlan(lldb_private::UnwindPlan &unwind_plan) override
bool PrepareTrivialCall(lldb_private::Thread &thread, lldb::addr_t sp, lldb::addr_t functionAddress, lldb::addr_t returnAddress, llvm::ArrayRef< lldb::addr_t > args) const override
size_t GetRedZoneSize() const override
bool RegisterIsCalleeSaved(const lldb_private::RegisterInfo *reg_info)
static std::unique_ptr< llvm::MCRegisterInfo > MakeMCRegisterInfo(const ArchSpec &arch)
Utility function to construct a MCRegisterInfo using the ArchSpec triple.
Definition: ABI.cpp:234
A section + offset based address class.
Definition: Address.h:62
An architecture specification class.
Definition: ArchSpec.h:31
uint32_t GetAddressByteSize() const
Returns the size in bytes of an address of the current architecture.
Definition: ArchSpec.cpp:709
llvm::Triple & GetTriple()
Architecture triple accessor.
Definition: ArchSpec.h:461
uint32_t GetFlags() const
Definition: ArchSpec.h:532
lldb::ByteOrder GetByteOrder() const
Returns the byte order for the architecture specification.
Definition: ArchSpec.cpp:756
Generic representation of a type in a programming language.
Definition: CompilerType.h:36
bool IsFloatingPointType(uint32_t &count, bool &is_complex) const
bool IsIntegerOrEnumerationType(bool &is_signed) const
std::optional< uint64_t > GetBitSize(ExecutionContextScope *exe_scope) const
Return the size of the type in bits.
bool IsPointerType(CompilerType *pointee_type=nullptr) const
A uniqued constant string class.
Definition: ConstString.h:40
A subclass of DataBuffer that stores a data buffer on the heap.
An data extractor class.
Definition: DataExtractor.h:48
float GetFloat(lldb::offset_t *offset_ptr) const
Extract a float from *offset_ptr.
uint32_t GetMaxU32(lldb::offset_t *offset_ptr, size_t byte_size) const
Extract an integer of size byte_size from *offset_ptr.
lldb::offset_t CopyByteOrderedData(lldb::offset_t src_offset, lldb::offset_t src_len, void *dst, lldb::offset_t dst_len, lldb::ByteOrder dst_byte_order) const
Copy dst_len bytes from *offset_ptr and ensure the copied data is treated as a value that can be swap...
double GetDouble(lldb::offset_t *offset_ptr) const
"lldb/Target/ExecutionContext.h" A class that contains an execution context.
Target * GetTargetPtr() const
Returns a pointer to the target object.
Process * GetProcessPtr() const
Returns a pointer to the process object.
void PutString(llvm::StringRef str)
Definition: Log.cpp:147
static bool RegisterPlugin(llvm::StringRef name, llvm::StringRef description, ABICreateInstance create_callback)
static bool UnregisterPlugin(ABICreateInstance create_callback)
uint64_t ReadRegisterAsUnsigned(uint32_t reg, uint64_t fail_value)
const RegisterInfo * GetRegisterInfo(lldb::RegisterKind reg_kind, uint32_t reg_num)
bool WriteRegisterFromUnsigned(uint32_t reg, uint64_t uval)
const RegisterInfo * GetRegisterInfoByName(llvm::StringRef reg_name, uint32_t start_idx=0)
virtual bool ReadRegister(const RegisterInfo *reg_info, RegisterValue &reg_value)=0
bool GetData(DataExtractor &data) const
void SetUInt32(uint32_t uint, Type t=eTypeUInt32)
An error handling class.
Definition: Status.h:115
static Status FromErrorStringWithFormat(const char *format,...) __attribute__((format(printf
Definition: Status.cpp:106
static Status FromErrorString(const char *str)
Definition: Status.h:138
bool Fail() const
Test for error condition.
Definition: Status.cpp:270
const char * AsCString(const char *default_error_str="unknown error") const
Get the error string associated with the current error.
Definition: Status.cpp:195
llvm::StringRef GetString() const
size_t Printf(const char *format,...) __attribute__((format(printf
Output printf formatted output to the stream.
Definition: Stream.cpp:134
size_t PutCString(llvm::StringRef cstr)
Output a C string to the stream.
Definition: Stream.cpp:65
const ArchSpec & GetArchitecture() const
Definition: Target.h:1039
virtual lldb::StackFrameSP GetStackFrameAtIndex(uint32_t idx)
Definition: Thread.h:408
virtual lldb::RegisterContextSP GetRegisterContext()=0
void SetUnwindPlanForSignalTrap(lldb_private::LazyBool is_for_signal_trap)
Definition: UnwindPlan.h:536
void SetRegisterKind(lldb::RegisterKind kind)
Definition: UnwindPlan.h:471
void SetReturnAddressRegister(uint32_t regnum)
Definition: UnwindPlan.h:473
void AppendRow(const RowSP &row_sp)
Definition: UnwindPlan.cpp:392
std::shared_ptr< Row > RowSP
Definition: UnwindPlan.h:429
void SetSourcedFromCompiler(lldb_private::LazyBool from_compiler)
Definition: UnwindPlan.h:512
void SetSourceName(const char *)
Definition: UnwindPlan.cpp:594
void SetUnwindPlanValidAtAllInstructions(lldb_private::LazyBool valid_at_all_insn)
Definition: UnwindPlan.h:524
static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope, lldb::ByteOrder byte_order, uint32_t addr_byte_size, lldb::addr_t address=LLDB_INVALID_ADDRESS)
static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope, llvm::StringRef name, const Address &address, lldb::TypeSP &type_sp)
const Scalar & GetScalar() const
Definition: Value.h:112
void SetCompilerType(const CompilerType &compiler_type)
Definition: Value.cpp:268
#define LLDB_REGNUM_GENERIC_RA
Definition: lldb-defines.h:59
#define LLDB_REGNUM_GENERIC_SP
Definition: lldb-defines.h:57
#define LLDB_REGNUM_GENERIC_ARG4
Definition: lldb-defines.h:67
#define LLDB_REGNUM_GENERIC_ARG3
Definition: lldb-defines.h:65
#define LLDB_REGNUM_GENERIC_ARG1
Definition: lldb-defines.h:61
#define LLDB_REGNUM_GENERIC_FLAGS
Definition: lldb-defines.h:60
#define UINT32_MAX
Definition: lldb-defines.h:19
#define LLDB_INVALID_REGNUM
Definition: lldb-defines.h:87
#define LLDB_REGNUM_GENERIC_ARG2
Definition: lldb-defines.h:63
#define LLDB_REGNUM_GENERIC_PC
Definition: lldb-defines.h:56
#define LLDB_REGNUM_GENERIC_FP
Definition: lldb-defines.h:58
A class that represents a running process on the host machine.
Log * GetLog(Cat mask)
Retrieve the Log object for the channel associated with the given log enum.
Definition: Log.h:332
Definition: SBAddress.h:15
std::shared_ptr< lldb_private::ABI > ABISP
Definition: lldb-forward.h:317
std::shared_ptr< lldb_private::StackFrame > StackFrameSP
Definition: lldb-forward.h:424
std::shared_ptr< lldb_private::ValueObject > ValueObjectSP
Definition: lldb-forward.h:484
uint64_t offset_t
Definition: lldb-types.h:85
std::shared_ptr< lldb_private::Process > ProcessSP
Definition: lldb-forward.h:389
@ eEncodingUint
unsigned integer
ByteOrder
Byte ordering definitions.
@ eByteOrderLittle
std::shared_ptr< lldb_private::WritableDataBuffer > WritableDataBufferSP
Definition: lldb-forward.h:337
uint64_t addr_t
Definition: lldb-types.h:80
@ eRegisterKindGeneric
insn ptr reg, stack ptr reg, etc not specific to any particular target
@ eRegisterKindDWARF
the register numbers seen DWARF
Every register is described in detail including its name, alternate name (optional),...
uint32_t byte_size
Size in bytes of the register.
const char * name
Name of this register, can't be NULL.
lldb::user_id_t GetID() const
Get accessor for the user ID.
Definition: UserID.h:47