Commit Graph

24 Commits

Author SHA1 Message Date
d2629e6c5e Relicense to 0BSD, update mail address
I've come to the conclusion that copyright mostly just stands in the way
of software development.  In my jurisdiction I cannot give up my own
copyright and 0BSD seems to be the closest thing to public domain.

The updated mail address, also used in my author/committer lines,
is shorter and looks nicer.  People rarely interact anyway.
2018-06-24 03:05:52 +02:00
886f8179ab Move Go to a subdir 2017-07-03 07:51:51 +02:00
d1d43387e5 Word the README better 2017-06-25 22:22:00 +02:00
22057350e0 Update README 2017-06-25 22:18:17 +02:00
3759a0bd14 Add gdb-object-file-libc.go 2017-06-25 22:18:17 +02:00
eaa1125b7c gdb-object-file.go: discard program headers 2017-06-25 22:18:17 +02:00
03957f0069 Add gdb-object-file.go 2017-06-25 22:18:17 +02:00
6699a454ec gdb-experiment.go: fix .text section header 2017-06-25 22:18:17 +02:00
4cb7acf8bd Fix and update LICENSE 2017-06-25 22:18:17 +02:00
1f04cd46a0 gdb-experiment.go: add a screenshot 2017-01-22 00:01:01 +01:00
def3218714 gdb-experiment.go: add DWARF debugging information
Now we can debug compiled Brainfuck!
2017-01-22 00:01:01 +01:00
4efc032827 Initial commit of gdb-experiment.go 2016-12-25 01:56:43 +01:00
6ebb141b1d Remember to truncate the output file 2016-12-25 01:56:42 +01:00
d52dcd1de7 Shorter epilog once again
Even though it's more cryptic now.
2016-12-25 01:56:42 +01:00
29062e6c44 Fix error handling
Offset overflowed.
2016-12-25 01:56:42 +01:00
624303d70d Add .gitignore 2016-12-25 01:56:42 +01:00
a4390d38b5 Fix interpreter portability 2016-12-25 01:56:42 +01:00
b846a7a0ea Add support for OpenBSD
It just rejects the generic System V ABI and has other syscall numbers.
2016-12-24 22:29:29 +01:00
cf6c1e67ba Silence warnings in the file utility 2016-12-24 22:29:29 +01:00
290e7087bb Brevify 2016-12-24 00:48:27 +01:00
b4b3ffef24 Fixes 2016-12-24 00:47:11 +01:00
99330e88f2 Update READMEs 2016-12-22 23:40:30 +01:00
ea69cc7d9e Make the output binary executable if possible 2016-12-22 23:28:19 +01:00
128fb157b3 Initial commit 2016-12-22 23:26:41 +01:00