Commit Graph

17 Commits

Author SHA1 Message Date
Alessandro Arzilli
04c4b019f7 api: add FrameOffset to Stackframe (#864)
Other debuggers can be instructed to decorate the stacktrace with the
value of SP. Our SP equivalent is the frame offset, since we can add it
to the Stackframe structure without incurring into added costs we
should, so that frontends can use it if they want.
2017-06-20 10:39:33 -07:00
aarzilli
cbf3e1c676 debugger: collect breakpoint information on next/step/stepout
A next/step/stepout command could hit a normal breakpoint, decorated
with a list of variables to evaluate, if that happens the variable
should be evaluated just as if the breakpoint was hit by a continue.
2017-06-13 10:22:47 +02:00
aarzilli
037aa01963 proc: document thread safety of Process interface. 2017-06-13 08:53:54 +02:00
Alessandro Arzilli
c0d233878c Update CHANGELOG with everything changed so far. (#866) 2017-06-12 13:25:26 -07:00
Derek Parker
f6091694b6 *: Bump version to 1.0.0-rc.1 2017-05-06 15:38:32 +02:00
aarzilli
c8d9352522 proc: Implement target.Interface for gdbserver backend 2017-04-18 13:25:11 -07:00
Derek Parker
f605716160 Bump to version v0.12.2 (#788) 2017-04-13 19:28:24 +02:00
Derek Parker
449b276fe1 Bump to version 0.12.1 2017-01-11 11:37:04 -08:00
Derek Parker
da39bcd0d7 Bump to version 0.12.0 2017-01-11 11:27:23 -08:00
Derek Parker
de02a5b0a6 misc: fix typo in changelog
I need a proof-reader...
2016-01-26 11:19:58 -08:00
Derek Parker
139fb8353b misc: Fix typos in changelog 2016-01-26 11:14:47 -08:00
Derek Parker
6774a6c782 all: Bump to version 0.11.0-alpha 2016-01-26 11:11:55 -08:00
Derek Parker
db95b67b23 all: Bump to version 0.10.0-alpha 2015-10-04 11:17:46 -07:00
Derek Parker
7f3ae73471 Version: Bump to 0.9.0-alpha 2015-09-20 00:13:23 -05:00
Derek Parker
1094c32f14 Bump version to 0.8.1-alpha 2015-09-05 17:27:06 -05:00
Derek Parker
3fc823b781 Bump version to 0.8.0-alpha 2015-09-05 12:31:37 -05:00
Derek Parker
066160f93e Bump to version 0.7.0-alpha & add CHANGELOG 2015-08-14 14:56:56 -05:00