/arkcompiler/ets_frontend/merge_abc/src/ |
D | assemblyDebugProto.cpp | 19 void DebuginfoIns::Serialize(const panda::pandasm::debuginfo::Ins &debug, protoPanda::DebuginfoIns … in Serialize() argument 21 protoDebug.set_linenumber(debug.line_number); in Serialize() 22 protoDebug.set_columnnumber(debug.column_number); in Serialize() 23 protoDebug.set_wholeline(debug.whole_line); in Serialize() 24 protoDebug.set_boundleft(debug.bound_left); in Serialize() 25 protoDebug.set_boundright(debug.bound_right); in Serialize() 28 …Ins::Deserialize(const protoPanda::DebuginfoIns &protoDebug, panda::pandasm::debuginfo::Ins &debug) in Deserialize() argument 30 debug.line_number = protoDebug.linenumber(); in Deserialize() 31 debug.column_number = protoDebug.columnnumber(); in Deserialize() 32 debug.whole_line = protoDebug.wholeline(); in Deserialize() [all …]
|
D | assemblyDebugProto.h | 25 …static void Serialize(const panda::pandasm::debuginfo::Ins &debug, protoPanda::DebuginfoIns &proto… 26 …oid Deserialize(const protoPanda::DebuginfoIns &protoDebug, panda::pandasm::debuginfo::Ins &debug); 31 static void Serialize(const panda::pandasm::debuginfo::LocalVariable &debug, 34 panda::pandasm::debuginfo::LocalVariable &debug);
|
/arkcompiler/runtime_core/tests/cts-generator/generator/ |
D | test_case.rb | 25 LOG.debug "TestCase created with '#{command}' '#{current_case}' '#{instruction}'" 83 LOG.debug 'Case has own template, use it' 86 LOG.debug 'Use main template for current tests' 91 LOG.debug "substitute values: #{@current_case[Generator::CASE_VALUES]}" 95 LOG.debug "Parse -#{val}-" 99 LOG.debug "'#{single_line}' evaluate" 104 LOG.debug "'#{str}'' repeat #{num} times" 107 LOG.debug "simple value `#{single_line}`" 135 LOG.debug 'No values to substitute'
|
D | parser.rb | 26 LOG.debug "@data first 3 keys are: '#{data.keys.first(3)}'" 76 LOG.debug "test_has_only_key = #{test_has_only_key}" 77 LOG.debug "command_has_only_key = #{command_has_only_key}" 80 LOG.debug options 90 LOG.debug('Iterate over all tests') 94 LOG.debug "'only:' is defined for some test, process current: #{process}" 101 LOG.debug "'only:' is not defined for test, process current: true"
|
D | command.rb | 36 LOG.debug 'Command:initialize' 37 LOG.debug command 49 LOG.debug "Test '#{@test_name}' contains several cases" 52 LOG.debug "Test '#{@test_name}' has no cases" 65 LOG.debug "#{@test_name} has template cases" 78 LOG.debug "Process case '#{@test_name}_#{sig_name}_#{idx1}_#{index}'" 87 LOG.debug "Process case '#{@test_name}_#{sig_name}_#{index}'"
|
D | definitions.rb | 24 LOG.debug "search for '#{item_name}' definition" 26 LOG.debug "check #{item}" 36 LOG.debug "check #{item_name} exists in definitions"
|
D | test.rb | 52 LOG.debug "Some command has 'only' key, process command: #{process}" 55 LOG.debug "No 'only' key is defined for any command, process command: #{process}"
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | parserModule1.ts | 22 export let debug = false; 43 if (debug) { 44 AssertType(debug, "boolean"); 54 if (debug) { 55 AssertType(debug, "boolean");
|
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/functions/ |
D | test-ts-function-3.ts | 19 debug : (number) => void property in Employee 27 let a : Employee = {name : "Test", debug : dump} 28 a.debug(20)
|
/arkcompiler/runtime_core/docs/ |
D | debugger-vscode-communication.md | 4 …ugger-port=<port_number> --debugger-library-path=<path_to_debugger_library>` launches debug server 10 ### Description of debug starting process 14 * Secondly server accepts a real client and debug session begins 18 * It's critical for VSCode to have a debug server initialized at allocated time so we establish a t… 19 * We create a test client every 100 milliseconds to check is socket ready for a debug session 21 * If connection was not established at the allocated time the `Can not launch debug server` error w…
|
D | runtime-debug-api.md | 1 # Runtime debug API 21 To start runtime in the debug mode a debugger [`LoadableAgent`](../runtime/include/loadable_agent.h… 23 The loaded agent starts a debug session when necessary (see `Runtime::StartDebugSession()`). When s… 27 …d` - occurs when bytecode pc is changed during interpretation (only if runtime works in debug mode)
|
D | cfi_directives.md | 6 In case of **compiler-generated** code compilers emit special **debug symbols** in resulting binary… 7 `CFI` (**Call Frame Information**) is a subset of these debug symbols which is responsible for corr… 8 Unfortunately, hand-written assembly lacks of debug symbols and they should be added manually by a …
|
/arkcompiler/ets_frontend/es2panda/ |
D | README.md | 11 - `--debug-info`: Compile with debug info 14 - `--dump-debug-info`: Dump debug info
|
/arkcompiler/runtime_core/disassembler/ |
D | disasm.cpp | 51 const panda::PandArg<std::string> &output_file, panda::PandArg<bool> &debug, in ProcessArgs() argument 71 if (debug.GetValue()) { in ProcessArgs() 97 panda::PandArg<bool> debug( in main() local 112 pa_parser.Add(&debug); in main() 119 …if (!ProcessArgs(pa_parser, input_file, output_file, debug, debug_file, help, version, argc, argv)… in main()
|
/arkcompiler/ets_frontend/test262/ |
D | utils.py | 45 def debug(self, info): member in Logging 66 LOGGING.debug("command: " + self.cmd) 84 LOGGING.debug("command: " + cmd + " | " + "dir: " + self.cwd) 98 LOGGING.debug("sleeping %d" % duration) 103 LOGGING.debug(f"write file:{save_file}")
|
/arkcompiler/ets_frontend/test/scripts/sdk_test/ |
D | execution.py | 48 logging.debug(f"new module hap file: {new_module_name_output_file}") 52 logging.debug(f"validate new module hap file, passed {passed}") 96 logging.debug(f"non_temporary_path: {non_temporary_path}") 98 logging.debug(f"modified_cache_files file: {file}") 119 logging.debug(f"modified_cache_files: {modified_cache_files}") 142 logging.debug(f"backup file not exits: {backup_file}") 148 logging.debug(f"found file ${file_relative_path} changed") 151 logging.debug(f"is file in list: {is_file_in_list}") 293 logging.debug(f"profile_data is: {profile_data}") 370 logging.debug(f"release consistency: {release_consistency}") [all …]
|
/arkcompiler/runtime_core/ |
D | README_zh.md | 84 | --dump-scopes | 将结果保存到json文件中,以支持在VS Code中的debug模式 | 108 | --debug | 使能调试信息 | 109 | --debug-file | 调试信息输出文件路径,默认为std::cout |
|
D | README.md | 87 | --dump-scopes | Save the result to a JSON file to support the debug mode in Visual Studio Code. … 113 | --debug | Enable the function for printing debug information. … 114 | --debug-file | Specify the path of the debug information output file. The default is `s…
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | debug.h | 19 namespace panda::debug {
|
D | debug.cpp | 22 namespace panda::debug { namespace
|
/arkcompiler/runtime_core/tests/cts-generator/ |
D | verifier.config | 1 debug {
|
/arkcompiler/ets_frontend/arkguard/ |
D | tsconfig.base.json | 21 // 用于debug调试
|
/arkcompiler/runtime_core/tests/checked/ |
D | checker.rb | 188 log.debug "Panda command: #{$curr_cmd}" 202 log.debug output 240 log.debug "Paoc command: #{$curr_cmd}" 254 log.debug output
|
/arkcompiler/runtime_core/scripts/ |
D | trace_enable.sh | 17 TRACKING_PATH=/sys/kernel/debug/tracing
|
/arkcompiler/ets_runtime/test/aottest/builtins_array/ |
D | BUILD.gn | 19 log_option = " --log-debug=builtins"
|