Add support for debugging with LLDB
authorAyke van Laethem <aykevanlaethem@gmail.com>
Tue, 4 Feb 2020 12:02:22 +0000 (13:02 +0100)
committerAyke van Laethem <aykevanlaethem@gmail.com>
Tue, 4 Feb 2020 12:02:22 +0000 (13:02 +0100)
commitb262c5c3e51b191ecb60f7ccc1f33323fda4723d
treee278597420cfb7c793da8336d1e5c6cc597b0242
parentab4c17cad37f33e956d625178a9904fc7c3056c2
Add support for debugging with LLDB

LLDB requires the qRegisterInfo packet to work correctly. While it is
possible to specify the registers manually using a Python script, having
them directly in the emulator simplifies things a lot.
simavr/sim/sim_gdb.c