We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e74487f commit 76a6293Copy full SHA for 76a6293
lldb/include/lldb/API/SBTarget.h
@@ -349,8 +349,16 @@ class LLDB_API SBTarget {
349
350
SBError SetLabel(const char *label);
351
352
+ /// Architecture opcode byte size width accessor
353
+ ///
354
+ /// \return
355
+ /// The minimum size in 8-bit (host) bytes of an opcode.
356
uint32_t GetMinimumOpcodeByteSize() const;
357
358
359
360
361
+ /// The maximum size in 8-bit (host) bytes of an opcode.
362
uint32_t GetMaximumOpcodeByteSize() const;
363
364
/// Architecture data byte width accessor
0 commit comments