Commit graph

5 commits

Author SHA1 Message Date
linkmauve
70974277af
debugger: Use libreadline for the prompt (#11)
* debugger: Use libreadline for the prompt

This fixes the issue where ^D would put the debugger into an infinite
loop, and adds support for persistent history, with familiar
keybindings.

I originally tried to make this new dependency optional, but your
usage of make doesn’t really tend itself to this, feel free to tell me
if you prefer another option.

Co-authored-by: Yannik Marchand <ymarchand@me.com>
2021-12-01 08:14:07 +01:00
Emmanuel Gil Peyrot
a4cc6ed0df Makefile: Allow custom compilers with CXX variable
This lets users use a different compiler than g++, a common option is
clang++, another is ccache alongside one of these two.
2021-10-07 13:48:45 +02:00
Yannik Marchand
85976223f2 Use default g++ instead of g++-8
This hopefully fixes the CI build
2021-04-01 11:49:21 +02:00
Yannik Marchand
227682af2b Reorganize code, fix bugs and more progress in hbm.rpx 2021-03-20 21:03:29 +01:00
Yannik Marchand
06bf92292c Complete rewrite in c++ 2020-03-18 08:03:42 +01:00