Searched refs:thread (Results 1 – 13 of 13) sorted by relevance
/Renode-v1.15.3-c57714d/tools/sel4_extensions/ |
D | gdbscript.py | 113 thread_exists = next((thread for thread in threads if arg in thread), None) 144 thread = get_current_thread() 145 switch_symbols(thread, verbose=True) 158 return list(thread for thread in threads if thread.startswith(word)) 180 thread = args[0] 183 if thread == 'kernel': 187 if thread == 'user': 188 thread = '<any>' 193 gdb.execute('{} "{}" {}'.format(monitor_command, thread, hex(hit.pc))) 195 gdb.execute('{} "{}"'.format(monitor_command, thread)) [all …]
|
D | README.md | 8 * Creating and removing breakpoints on address in specific thread, 11 * Investigating current thread 33 ### Create breakpoint on main function in rootserver thread 36 (gdb) # Wait until rootserver thread is known to seL4 extensions 37 (gdb) sel4 wait-for-thread rootserver 40 (gdb) # Create temporary breakpoint on main function in rootserver thread 43 (gdb) # We can confirm, that we are indeed in rootserver thread 44 (gdb) sel4 thread 54 (gdb) sel4 thread
|
D | seL4Extensions.cs | 172 …var entries = breakpoints.SelectMany(t => t.Value, (entry, thread) => new { Thread = thread, Addre… in GetBreakpoints() 173 …oncat(temporaryBreakpoints.SelectMany(t => t.Value, (entry, thread) => new { Thread = thread, Addr… in GetBreakpoints() 195 …var entries = breakpoints.SelectMany(t => t.Value, (entry, thread) => new { Thread = thread, Addre… in GetBreakpointsPlain() 196 …oncat(temporaryBreakpoints.SelectMany(t => t.Value, (entry, thread) => new { Thread = thread, Addr… in GetBreakpointsPlain() 407 … realThreadName = mapping.Values.Where(thread => thread.Contains(threadName)).FirstOrDefault(); in TryGetRealThreadName()
|
/Renode-v1.15.3-c57714d/tests/tools/ |
D | sel4_extensions.robot | 21 ${thread}= Execute Command seL4 CurrentThread 22 Should Contain ${thread} kernel 27 ${thread}= Execute Command seL4 CurrentThread 28 Should Contain ${thread} rootserver 33 ${thread}= Execute Command seL4 CurrentThread 34 Should Contain ${thread} kernel
|
/Renode-v1.15.3-c57714d/tests/platforms/ |
D | ARMv8R-HiRTOS.robot | 22 FOR ${thread} IN RANGE 1 8 23 ${id}= Evaluate str(${thread}+1) 24 ${prio}= Evaluate str(31-${thread}) 25 ${thread}= Evaluate str(${thread}) 27 ${line}= Replace String ${line} %THREAD% ${thread} 40 Wait For Line On Uart HiRTOS: Timer thread started testerId=${testerId} 45 Wait For Line On Uart HiRTOS: Idle thread started testerId=${testerId} 58 Wait For Line On Uart HiRTOS: Timer thread started testerId=${testerId} 62 Wait For Line On Uart HiRTOS: Idle thread started testerId=${testerId} 68 Wait For Line On Uart HiRTOS: Timer thread started testerId=${testerId} [all …]
|
D | NRF52840.robot | 255 Wait for Line On Uart Main thread still alive... 256 Wait for Line On Uart Control thread started. 257 Wait for Line On Uart Main thread still alive... 258 Wait for Line On Uart Main thread still alive... 259 Wait for Line On Uart Main thread still alive... 260 Wait for Line On Uart Control thread getting stuck... 261 Wait for Line On Uart Main thread still alive... 262 Wait for Line On Uart Task watchdog channel 1 callback, thread: control 266 Wait for Line On Uart Main thread still alive... 267 Wait for Line On Uart Control thread started. [all …]
|
D | zynqmp.robot | 292 Wait For Line On Uart Starting watch_count: thread 1 293 Wait For Line On Uart watch_count: thread 1 Count= 0. Going into wait... 294 Wait For Line On Uart inc_count: thread 2, count = 1, unlocking mutex 295 Wait For Line On Uart inc_count: thread 3, count = 2, unlocking mutex 296 Wait For Line On Uart inc_count: thread 2, count = 3, unlocking mutex 297 Wait For Line On Uart inc_count: thread 3, count = 4, unlocking mutex 298 Wait For Line On Uart inc_count: thread 2, count = 5, unlocking mutex 299 Wait For Line On Uart inc_count: thread 3, count = 6, unlocking mutex 300 Wait For Line On Uart inc_count: thread 2, count = 7, unlocking mutex 301 Wait For Line On Uart inc_count: thread 3, count = 8, unlocking mutex [all …]
|
D | ARMv8R.robot | 1025 Wait For Line On Uart [thread main] done == 20 so everyone is done
|
/Renode-v1.15.3-c57714d/src/Renode/Network/ExternalControl/ |
D | RunFor.cs | 58 var thread = new Thread(() => in Invoke() 83 thread.Start(); in Invoke()
|
/Renode-v1.15.3-c57714d/src/Renode/ |
D | Program.cs | 48 var thread = new Thread(() => in Main() 70 thread.Start(); in Main()
|
/Renode-v1.15.3-c57714d/tests/unit-tests/ |
D | translate-address.robot | 34 # This pauses at calling entry in z_thread_entry @ lib/os/thread_entry.c for enc thread
|
/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/SystemCModule/src/ |
D | renode_bridge.cpp | 167 std::hash<std::thread::id> hasher; in print_renode_message()
|
/Renode-v1.15.3-c57714d/ |
D | CHANGELOG.rst | 391 * reporting thread ID as decimal number in GDB's query command - cpuId restricted to 32 1318 * thread-safety of interrupt handling mechanism
|