LLDB mainline
CommandObjectWatchpoint.cpp File Reference

Go to the source code of this file.

Classes

class  CommandObjectWatchpointList
class  CommandObjectWatchpointList::CommandOptions
class  CommandObjectWatchpointEnable
class  CommandObjectWatchpointDisable
class  CommandObjectWatchpointDelete
class  CommandObjectWatchpointDelete::CommandOptions
class  CommandObjectWatchpointIgnore
class  CommandObjectWatchpointIgnore::CommandOptions
class  CommandObjectWatchpointModify
class  CommandObjectWatchpointModify::CommandOptions
class  CommandObjectWatchpointSetVariable
class  CommandObjectWatchpointSetExpression
class  CommandObjectWatchpointSet

Macros

#define LLDB_OPTIONS_watchpoint_list
#define LLDB_OPTIONS_watchpoint_delete
#define LLDB_OPTIONS_watchpoint_ignore
#define LLDB_OPTIONS_watchpoint_modify

Functions

static void AddWatchpointDescription (Stream &s, Watchpoint &wp, lldb::DescriptionLevel level)
static bool CheckTargetForWatchpointOperations (Target &target, CommandReturnObject &result)
static int32_t WithRSAIndex (llvm::StringRef Arg)

Variables

static const char * RSA [4] = {"-", "to", "To", "TO"}

Macro Definition Documentation

◆ LLDB_OPTIONS_watchpoint_delete

#define LLDB_OPTIONS_watchpoint_delete

Definition at line 404 of file CommandObjectWatchpoint.cpp.

◆ LLDB_OPTIONS_watchpoint_ignore

#define LLDB_OPTIONS_watchpoint_ignore

Definition at line 523 of file CommandObjectWatchpoint.cpp.

◆ LLDB_OPTIONS_watchpoint_list

#define LLDB_OPTIONS_watchpoint_list

Definition at line 142 of file CommandObjectWatchpoint.cpp.

◆ LLDB_OPTIONS_watchpoint_modify

#define LLDB_OPTIONS_watchpoint_modify

Definition at line 635 of file CommandObjectWatchpoint.cpp.

Function Documentation

◆ AddWatchpointDescription()

◆ CheckTargetForWatchpointOperations()

◆ WithRSAIndex()

int32_t WithRSAIndex ( llvm::StringRef Arg)
static

Variable Documentation

◆ RSA

const char* RSA[4] = {"-", "to", "To", "TO"}
static