zephyr/kernel
Daniel Leung 650a629b08 debug: gdbstub: remove start argument from z_gdb_main_loop()
Storing the state where this is the first GDB break can be done
in the main GDB stub code. There is no need to store the state
in architecture layer.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2021-11-30 15:24:00 -05:00
..
include debug: gdbstub: remove start argument from z_gdb_main_loop() 2021-11-30 15:24:00 -05:00
paging
atomic_c.c
banner.c
cache_handlers.c
CMakeLists.txt
compiler_stack_protect.c
condvar.c
device.c device: supported devices visitor API 2021-11-23 12:17:14 +01:00
errno.c
events.c
fatal.c
futex.c
idle.c pm: idle: Remove not necessary branch 2021-11-29 19:37:55 -05:00
init.c
Kconfig scripts: gen_handles.py: remove size restrictions 2021-11-16 10:41:59 +01:00
kheap.c
mailbox.c
main_weak.c
mem_domain.c kernel: mem_domain: k_mem_domain_add_thread to return errors 2021-11-22 12:45:22 -05:00
mem_slab.c
mempool.c Tracing: k_free tracing hook heap reference added 2021-11-16 09:45:01 -05:00
mmu.c kernel: mmu: make virtual region bitmap static 2021-11-24 14:22:23 -05:00
msg_q.c
mutex.c
pipes.c
poll.c poll: modify the function z_vrfy_k_poll 2021-11-25 18:23:51 -05:00
queue.c
sched.c kernel/sched: Separate idle from app thread stats in THREAD_USAGE 2021-11-08 21:32:20 -05:00
sem.c
smp.c
stack.c
system_work_q.c
thread.c kernel/sched: Separate idle from app thread stats in THREAD_USAGE 2021-11-08 21:32:20 -05:00
timeout.c
timer.c kernel: timer: Call user handler without spinlock 2021-11-08 11:05:49 -05:00
userspace_handler.c
userspace.c
version.c
work.c
xip.c