Home
last modified time | relevance | path

Searched refs:SetFromJSON (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_command/
H A DTestBreakpointCommandsFromPython.py109 extra_args.SetFromJSON(stream)
115 extra_args.SetFromJSON(stream)
129 extra_args.SetFromJSON(stream)
178 extra_args.SetFromJSON(stream)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBStructuredData.i60 SetFromJSON(lldb::SBStream &stream);
63 SetFromJSON(const char *json);
/llvm-project-15.0.7/lldb/source/API/
H A DSBStructuredData.cpp56 lldb::SBError SBStructuredData::SetFromJSON(lldb::SBStream &stream) { in SetFromJSON() function in SBStructuredData
70 lldb::SBError SBStructuredData::SetFromJSON(const char *json) { in SetFromJSON() function in SBStructuredData
74 return SetFromJSON(s); in SetFromJSON()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBStructuredData.h35 lldb::SBError SetFromJSON(lldb::SBStream &stream);
37 lldb::SBError SetFromJSON(const char *json);
/llvm-project-15.0.7/lldb/test/API/functionalities/step_scripted/
H A DTestStepScripted.py94 error = args_data.SetFromJSON(data)
/llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/
H A DTestStackCoreScriptedProcess.py75 structured_data.SetFromJSON(json.dumps({
H A Dstack_core_scripted_process.py32 structured_data.SetFromJSON(json.dumps({
/llvm-project-15.0.7/lldb/test/API/python_api/sbstructureddata/
H A DTestStructuredDataAPI.py28 error = example.SetFromJSON(s)
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/intelpt/
H A Dintelpt_testcase.py75 configuration.SetFromJSON(json.dumps(obj))
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/scripted_bkpt/
H A DTestScriptedResolver.py71 error = extra_args.SetFromJSON(json_stream)
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/serialize/
H A DTestBreakpointSerialization.py369 extra_args.SetFromJSON(stream)
/llvm-project-15.0.7/lldb/examples/python/
H A Dcrashlog.py1040 structured_data.SetFromJSON(json.dumps({ "crashlog_path" : crashlog_path,
/llvm-project-15.0.7/lldb/docs/use/
H A Dpython-reference.rst419 complex parametrizations. SBStructuredData has a handy SetFromJSON method which