epipho
|
67ad85feec
|
readString can now read strings of any length as well as sliced strings
|
2015-01-19 19:30:15 -05:00 |
|
epipho
|
7c61e2a1cb
|
EvalSymbol supports evaluating struct members on pointers. Fixed panic
when evaluating a nil pointer.
|
2015-01-02 10:02:56 -06:00 |
|
epipho
|
2c5527c6c9
|
Refactor member variable evaluation so it works in all cases
|
2014-12-31 16:20:26 -05:00 |
|
epipho
|
07940dc59e
|
Added info locals and info args commands
|
2014-12-30 12:58:44 -05:00 |
|
Derek Parker
|
623ec5e53d
|
Improve array evaluation support
* First of a few commits to allow for evaluating arrays of arbitrary
types
* Adds support for 32 bit integer arrays
|
2014-12-28 22:37:18 -06:00 |
|
Derek Parker
|
dcf9f04d45
|
Improve variable evaluation scope
Properly scope variable evaluation to the function the traced process is
currently stopped in.
|
2014-11-10 21:26:13 -06:00 |
|
Derek Parker
|
f1ceba0909
|
Support 32 bit floats
|
2014-10-26 12:44:26 -05:00 |
|
Derek Parker
|
a3700a4407
|
Improve support for int variable evaluation
|
2014-10-25 11:07:12 -05:00 |
|
Derek Parker
|
099efeeb9d
|
Allow evaluation of function params
|
2014-10-17 14:14:55 -05:00 |
|
Derek Parker
|
21025b2fc6
|
Implement basic array evaling
|
2014-08-04 15:21:35 -05:00 |
|
Derek Parker
|
2b83a1f3ca
|
Implement reading of float64 value
|
2014-08-04 13:20:20 -05:00 |
|
Derek Parker
|
3993cfe148
|
Implement basic int value expressions
|
2014-08-01 16:34:49 -05:00 |
|