aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update READMEPřemysl Janouch2018-06-241-5/+5
|
* Relicense to 0BSD, update mail addressPřemysl Janouch2018-06-242-10/+4
| | | | | | | | | 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.
* Move Go to a subdirPřemysl Janouch2017-07-034-8/+9
|
* Word the README betterPřemysl Janouch2017-06-251-2/+2
|
* Update READMEPřemysl Janouch2017-06-251-0/+9
|
* Add gdb-object-file-libc.goPřemysl Janouch2017-06-251-0/+685
|
* gdb-object-file.go: discard program headersPřemysl Janouch2017-06-251-41/+13
|
* Add gdb-object-file.goPřemysl Janouch2017-06-251-0/+702
|
* gdb-experiment.go: fix .text section headerPřemysl Janouch2017-06-251-1/+1
|
* Fix and update LICENSEPřemysl Janouch2017-06-251-14/+12
|
* gdb-experiment.go: add a screenshotPřemysl Janouch2017-01-222-0/+2
|
* gdb-experiment.go: add DWARF debugging informationPřemysl Janouch2017-01-223-48/+258
| | | | Now we can debug compiled Brainfuck!
* Initial commit of gdb-experiment.goPřemysl Janouch2016-12-251-0/+355
|
* Remember to truncate the output filePřemysl Janouch2016-12-251-1/+1
|
* Shorter epilog once againPřemysl Janouch2016-12-251-21/+18
| | | | Even though it's more cryptic now.
* Fix error handlingPřemysl Janouch2016-12-251-6/+6
| | | | Offset overflowed.
* Add .gitignorePřemysl Janouch2016-12-251-0/+7
|
* Fix interpreter portabilityPřemysl Janouch2016-12-252-5/+6
|
* Add support for OpenBSDPřemysl Janouch2016-12-243-8/+21
| | | | It just rejects the generic System V ABI and has other syscall numbers.
* Silence warnings in the `file` utilityPřemysl Janouch2016-12-241-3/+4
|
* BrevifyPřemysl Janouch2016-12-241-20/+17
|
* FixesPřemysl Janouch2016-12-241-2/+2
|
* Update READMEsPřemysl Janouch2016-12-222-3/+9
|
* Make the output binary executable if possiblePřemysl Janouch2016-12-221-0/+12
|
* Initial commitPřemysl Janouch2016-12-2213-0/+3286