Skip to content

Commit 76a6293

Browse files
committed
add small docs
1 parent e74487f commit 76a6293

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lldb/include/lldb/API/SBTarget.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,16 @@ class LLDB_API SBTarget {
349349

350350
SBError SetLabel(const char *label);
351351

352+
/// Architecture opcode byte size width accessor
353+
///
354+
/// \return
355+
/// The minimum size in 8-bit (host) bytes of an opcode.
352356
uint32_t GetMinimumOpcodeByteSize() const;
353357

358+
/// Architecture opcode byte size width accessor
359+
///
360+
/// \return
361+
/// The maximum size in 8-bit (host) bytes of an opcode.
354362
uint32_t GetMaximumOpcodeByteSize() const;
355363

356364
/// Architecture data byte width accessor

0 commit comments

Comments
 (0)