LLDB mainline
Namespaces | Macros
RegisterContextDarwinConstants.h File Reference

Go to the source code of this file.

Namespaces

namespace  lldb_private
 A class that represents a running process on the host machine.
 

Macros

#define KERN_SUCCESS   0
 Constants returned by various RegisterContextDarwin_*** functions.
 
#define KERN_INVALID_ARGUMENT   4
 

Macro Definition Documentation

◆ KERN_INVALID_ARGUMENT

#define KERN_INVALID_ARGUMENT   4

Definition at line 20 of file RegisterContextDarwinConstants.h.

◆ KERN_SUCCESS

#define KERN_SUCCESS   0

Constants returned by various RegisterContextDarwin_*** functions.

Definition at line 16 of file RegisterContextDarwinConstants.h.