Searched refs:user_source (Results 1 – 7 of 7) sorted by relevance
| /external/lldb/source/Breakpoint/ |
| D | WatchpointOptions.cpp | 217 s->Printf (", commands = %s", (data && data->user_source.GetSize() > 0) ? "yes" : "no"); in GetDescription() 225 if (data && data->user_source.GetSize() > 0) in GetDescription() 227 const size_t num_strings = data->user_source.GetSize(); in GetDescription() 230 s->Indent(data->user_source.GetStringAtIndex(i)); in GetDescription()
|
| D | BreakpointOptions.cpp | 274 s->Printf (", commands = %s", (data && data->user_source.GetSize() > 0) ? "yes" : "no"); in GetDescription() 282 if (data && data->user_source.GetSize() > 0) in GetDescription() 284 const size_t num_strings = data->user_source.GetSize(); in GetDescription() 287 s->Indent(data->user_source.GetStringAtIndex(i)); in GetDescription()
|
| /external/lldb/include/lldb/Breakpoint/ |
| D | WatchpointOptions.h | 203 user_source(), in CommandData() 213 StringList user_source; member
|
| D | BreakpointOptions.h | 301 user_source(), in CommandData() 311 StringList user_source; member
|
| /external/lldb/source/Commands/ |
| D | CommandObjectWatchpointCommand.cpp | 234 data_ap->user_source.AppendString (oneliner); in SetWatchpointCommandCallback() 288 …((WatchpointOptions::CommandData *)wp_options_baton->m_data)->user_source.AppendString (bytes, byt… in GenerateWatchpointCommandCallback() 308 … ((WatchpointOptions::CommandData *) wp_options_baton->m_data)->user_source.Clear(); in GenerateWatchpointCommandCallback() 342 StringList &commands = data->user_source; in WatchpointOptionsCallbackFunction()
|
| D | CommandObjectBreakpointCommand.cpp | 256 data_ap->user_source.AppendString (oneliner); in SetBreakpointCommandCallback() 310 …((BreakpointOptions::CommandData *)bp_options_baton->m_data)->user_source.AppendString (bytes, byt… in GenerateBreakpointCommandCallback() 330 … ((BreakpointOptions::CommandData *) bp_options_baton->m_data)->user_source.Clear(); in GenerateBreakpointCommandCallback() 365 StringList &commands = data->user_source; in BreakpointOptionsCallbackFunction()
|
| /external/lldb/source/Interpreter/ |
| D | ScriptInterpreterPython.cpp | 1364 data_ap->user_source.AppendList (commands_in_progress); in GenerateBreakpointOptionsCommandCallback() 1370 if (interpreter->GenerateBreakpointCommandCallbackData (data_ap->user_source, in GenerateBreakpointOptionsCommandCallback() 1481 data_ap->user_source.AppendList (commands_in_progress); in GenerateWatchpointOptionsCommandCallback() 1487 if (interpreter->GenerateWatchpointCommandCallbackData (data_ap->user_source, in GenerateWatchpointOptionsCommandCallback() 1595 data_ap->user_source.AppendString (oneliner); in SetBreakpointCommandCallback() 1598 if (GenerateBreakpointCommandCallbackData (data_ap->user_source, data_ap->script_source)) in SetBreakpointCommandCallback() 1618 data_ap->user_source.AppendString (oneliner); in SetWatchpointCommandCallback() 1621 if (GenerateWatchpointCommandCallbackData (data_ap->user_source, data_ap->script_source)) in SetWatchpointCommandCallback()
|