alxhoff / FreeRTOS-Emulator

POSIX based FreeRTOS emulator with SDL2 graphics interface and multiple async communications interfaces, aiming to make it possible to teach FreeRTOS without embedded hardware using similar processes
https://alxhoff.github.io/FreeRTOS-Emulator/
GNU General Public License v3.0
60 stars 105 forks source link

Fast moving of the cursor #2

Closed alxhoff closed 4 years ago

alxhoff commented 4 years ago

0 0x00007ffff7e0f41f in __lll_lock_wait () from /usr/lib/libpthread.so.0

1 0x00007ffff7e07ea3 in pthread_mutex_lock () from /usr/lib/libpthread.so.0

2 0x00007ffff68bc3f5 in xcb_poll_for_special_event () from /usr/lib/libxcb.so.1

3 0x00007ffff5a708f8 in glPrimitiveBoundingBox () from /usr/lib/libGLX_mesa.so.0

4 0x00007ffff5a70a65 in glPrimitiveBoundingBox () from /usr/lib/libGLX_mesa.so.0

5 0x00007ffff5a72afd in glPrimitiveBoundingBox () from /usr/lib/libGLX_mesa.so.0

6 0x00007ffff4bcb08a in ?? () from /usr/lib/dri/i965_dri.so

7 0x00007ffff4bcb835 in ?? () from /usr/lib/dri/i965_dri.so

8 0x00007ffff4bc72e9 in ?? () from /usr/lib/dri/i965_dri.so

9 0x00007ffff7e6b10a in ?? () from /usr/lib/libSDL2-2.0.so.0

10 0x00007ffff7e5ef21 in ?? () from /usr/lib/libSDL2-2.0.so.0

11 0x00007ffff7e64298 in ?? () from /usr/lib/libSDL2-2.0.so.0

12 0x000055555555f0f4 in vDrawText (string=0x7fffc00044b0 "[Q]uit, [C]hang[e] State", x=472, y=7, colour=0) at /home/alxhoff/git/GitHub/FreeRTOS-Emulator/lib/Gfx/TUM_Draw.c:389

13 0x000055555555f564 in vHandleDrawJob (job=0x7ffff1013de0) at /home/alxhoff/git/GitHub/FreeRTOS-Emulator/lib/Gfx/TUM_Draw.c:441

14 0x000055555555f8c4 in vDrawUpdateScreen () at /home/alxhoff/git/GitHub/FreeRTOS-Emulator/lib/Gfx/TUM_Draw.c:483

15 0x00005555555579e4 in vSwapBuffers (pvParameters=0x0) at /home/alxhoff/git/GitHub/FreeRTOS-Emulator/src/main.c:149

16 0x0000555555559563 in prvWaitForStart (pvParams=0x555556cc00d0) at /home/alxhoff/git/GitHub/FreeRTOS-Emulator/lib/FreeRTOS_Kernel/portable/GCC/Posix/port.c:515

17 0x00007ffff7e054cf in start_thread () from /usr/lib/libpthread.so.0

18 0x00007ffff79802d3 in clone () from /usr/lib/libc.so.6