Derek Parker
584191a75c
*: Release 1.7.0 ( #2591 )
2021-07-16 15:31:52 +02:00
Derek Parker
5dd4b7df9d
all: v1.6.1
2021-05-19 09:24:05 +02:00
Alessandro Arzilli
7548542795
all: bump version and release notes ( #2331 )
...
Thank you to: @andreimatei, @hitzhangjie, @dlsniper, @nd, @polinasok,
@oxisto, @zamai, @artspb.
2021-01-28 13:42:42 -08:00
aarzilli
f7542d69fe
all: bump version and release notes
...
Thank you to: @polinasok, @aurkenb, @pohzipohzi, @chainhelen,
@hitzhangjie, @eliben, @suzmue, @andreimatei, @aaronsky.
2020-12-09 11:38:21 +01:00
aarzilli
46731820df
all: bump version and release notes
...
Thank you to: @polinasok, @chainhelen, @alexsaezm, @bhcleek,
@letientai299, @gadelkareem and @b00f
2020-07-29 21:59:07 +02:00
Derek Parker
4a9b3419d1
*: v1.4.1 ( #2059 )
2020-05-22 20:09:01 +02:00
Kirides
d8c31af4b0
*: Update CHANGELOG.md - fix v1.4.0's date being 2019 ( #1861 )
...
I think that should've been 2020 ;)
2020-02-12 08:59:18 -08:00
aarzilli
99532c405a
all: bump version number and release notes
...
Thank you to: @stapelberg, @hengwu0, @tykcd996, @chainhelen,
@alexbrainman, @nd and @stigok.
2020-02-11 11:38:41 +01:00
Derek Parker
6c8c4508db
all: Bump to v1.3.2
...
Thanks to everyone who contributed!
2019-10-22 18:13:41 +02:00
Derek Parker
dd3c2d63cc
all: Version 1.3.0 ( #1680 )
...
* all: Bump to v1.3.0
Add new version to CHANGELOG and update internal version.
Thank you @Ladicle, @qaisjp, @justinclift, @tschundler, @two,
@dpapastamos, @qingyunha, @rayrapetyan, @briandealwis and @msaf1980,
@jeremyfaller, @stmuk, @dr2chase, @pjot726.
* all: Add date to changelog
2019-08-27 14:40:41 -07:00
Derek Parker
86d4b0b991
Set release date for 1.2.0
2019-02-19 11:15:57 -08:00
aarzilli
725411a3fa
all: Bump to v1.2.0
...
Add new version to CHANGELOG and update internal version.
Thank you @sbromberger @chainhelen, @dishmaev, @kevin-cantwell,
@Russtopia, @slp, @zavla, @the4thamigo-uk, @altimac and
@GregorioMartinez.
2019-02-14 09:28:00 +01:00
aarzilli
9992fa83c1
all: Bump to v1.1.0
...
Add new version to CHANGELOG and update internal version.
Thank you @jaym, @slp, @yasushi-saito, @acshekhara1, @benc153,
@yuval-k, @functionary, @psanford @giuscri, @jsoref, @Carpetsmoker,
@PatrickSchuster, @aarzilli, @derekparker, @ramya-rao-a and @dlsniper.
2018-08-16 13:20:21 -07:00
Josh Soref
1d3b41f64e
all: Spelling
2018-03-20 11:05:35 +01:00
Derek Parker
279a8a792e
all: Bump to v1.0.0 ( #1126 )
...
Add new version to CHANGELOG and update internal version.
2018-02-19 21:33:47 +01:00
aarzilli
94c3b401cd
CHANGELOG: changed rc.2 date.
2017-10-20 12:14:15 -07:00
aarzilli
a7d1797b0f
*: Bump version to 1.0.0-rc.2
2017-10-16 10:53:20 -07:00
aarzilli
731829c349
proc: auto-dereference local variables that escape to the heap
...
The compiler a variable 'v' that escapes to the heap with a '&v' entry.
Auto dereference those local variables.
Fixe #871
2017-08-01 11:20:25 -06:00
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