This repository has been archived by the owner on Mar 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
37 lines (35 loc) · 1.54 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
9 sept 2015 - anton
* run command does nothing if already running (was segfaulting)
* command line is now:
./exterminator target targetargs*
* tided stack trace o/p
* cursor location is updated to step line location during running session
* title bar tidy up
* other files are displayed when stepped into
8 sept 2015 - anton
* better title/menu bars display -- remove all '\n's from end of printws!!!
* removed all unnecessary refresh() calls
* watch command and console to add variable to Behold! list
* can only step/next when running - prevents crash i/o pileup
* tided gdb output into lines and fixed # of lines
* cleared line nums/titles between draws
* re-impl text/linenumbar/breakbar scrolling, pgup/dn and focus step change
* stack trace displayed
7 sept 2015 - anton
* added terminal size detection to start of main
* disabled raw() input -- no longer need sleep(1) in IPC
* tidied most code
* reading function that always does sleep(1)
* switched to m/i
* rewrote blob reader to suit m/i (almost finished)
* adjusted line number blob printout
* fixed error in ptr mult in malloc (not in parenths)
* better erm thingy thing forgot what i was writing
* technically functional - can start debugging crongdor
* basic colour change for whole-line comments
* breakpoint set working again -- parsing function in parse.c
* command bar (g)db (s)tep (or space) (n)ext (r)un (or f5)
* properly clear bkgrnd
* backspace removes last char from buffer
* step highlights current line (perhaps with another bar colour?)
* working watch list -- but no interface to add stuff to it yet