capnproto

FORK: Cap'n Proto serialization/RPC system - core tools and C++ library
git clone https://git.neptards.moe/neptards/capnproto.git
Log | Files | Refs | README | LICENSE

this-dir-is-to-trick-gdb.txt (284B)


      1 The sole purpose of this directory is to allow GDB to find source files when
      2 debugging an executable compiled using Ekam, since the source locations found
      3 in the compiled binary will correspond to Ekam's virtual filesystem, not the
      4 real one.  This is a hack, and doesn't always work.