$Id: TODO,v 1.4 2003/10/11 04:21:48 cosine Exp $

This file contains a list of todo items.

Format is as follows:

  F: short description of feature
  V: version to expect feature to be completed
  D: longer description

---------------

F: check all current instructions
V: 0.1.6
D: make sure all SSE instruction included in optab-x86.dat

F: a.out parser: symbol stuff
V: 0.1.6

F: write MMX registers
V: 0.1.6
D: need "register" command to be able to write new values to
D: mmx regs

F: "assemble" command
V: 0.1.6
D: ability to assemble instructions into memory on the fly

F: "set environment" command
V: 0.1.6
D: similar to gdb - pass environment variables to debugged
D: program

F: examine [symbol]
V: 0.1.6
D: dump contents starting at symbol's address

F: commandline attach feature
V: 0.1.6
D: provide pid on commandline similar to gdb

F: pass rest of commandline args to debugged program
V: 0.1.6

F: "set step-over-rep" command
V: 0.1.7
D: so "next" command steps over the "rep" instruction without
D: executing it a bunch of times

F: "identaddr <address>" command
V: 0.1.7
D: locate which symbol corresponds to <address>

F: watchpoints
V: ?

F: deadlisting
V: ?

F: backtrace
V: ?

F: gtk gui interface
V: ?
