<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/main/gdb, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>main/gdb: upgrade to 9.1</title>
<updated>2020-03-01T02:00:19+00:00</updated>
<author>
<name>Milan P. Stanić</name>
<email>mps@arvanta.net</email>
</author>
<published>2020-02-11T14:06:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=96dbd3e6264eab9aafa5a69fd7e4593306bf9feb'/>
<id>96dbd3e6264eab9aafa5a69fd7e4593306bf9feb</id>
<content type='text'>
remove python-3.8.patch, fixed upstream
refactor musl-signals.patch for new release
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove python-3.8.patch, fixed upstream
refactor musl-signals.patch for new release
</pre>
</div>
</content>
</entry>
<entry>
<title>main/gdb: add multiarch subpackage</title>
<updated>2019-12-22T20:56:49+00:00</updated>
<author>
<name>Sören Tempel</name>
<email>soeren+git@soeren-tempel.net</email>
</author>
<published>2019-12-13T09:29:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=ae00e251bc0a73ebb4216f9c4270c664380b17ef'/>
<id>ae00e251bc0a73ebb4216f9c4270c664380b17ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/gdb: don't configure opcodes separately</title>
<updated>2019-12-22T20:56:49+00:00</updated>
<author>
<name>Sören Tempel</name>
<email>soeren+git@soeren-tempel.net</email>
</author>
<published>2019-12-13T09:23:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=22857ede7294e5a3cf7c87e33abb132a232e71af'/>
<id>22857ede7294e5a3cf7c87e33abb132a232e71af</id>
<content type='text'>
This was added in f4d91e795be1aff3b1a02d60509b9fe7e4cbb323 but I doubt
that it is needed anymore. This change eases providing a multiarch
subpackage.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was added in f4d91e795be1aff3b1a02d60509b9fe7e4cbb323 but I doubt
that it is needed anymore. This change eases providing a multiarch
subpackage.
</pre>
</div>
</content>
</entry>
<entry>
<title>main/gdb: fix compatibility with python 3.8</title>
<updated>2019-11-14T18:31:40+00:00</updated>
<author>
<name>Sören Tempel</name>
<email>soeren+git@soeren-tempel.net</email>
</author>
<published>2019-11-14T18:31:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=bf767fc9826197c5b9b44d3424c9aa0bc0361096'/>
<id>bf767fc9826197c5b9b44d3424c9aa0bc0361096</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/gdb: rebuild against python 3.8</title>
<updated>2019-11-07T09:22:58+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-11-07T09:22:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=e1b0ce10b62aef3323dfdc0cbd4be508ee7b0af7'/>
<id>e1b0ce10b62aef3323dfdc0cbd4be508ee7b0af7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/gdb fixes gdb failing on internal musl signals</title>
<updated>2019-10-29T12:13:05+00:00</updated>
<author>
<name>stf</name>
<email>7o5rfu92t@ctrlc.hu</email>
</author>
<published>2019-10-21T09:51:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=b9ac5cf5974b6b00c847e89e9a66db76c1b25db8'/>
<id>b9ac5cf5974b6b00c847e89e9a66db76c1b25db8</id>
<content type='text'>
without this patch when debugging a multithreaded binary gdb throws this:
`Thread 5 "a.out" received signal ?, Unknown signal.`
with this patch gdb throws:
`Thread 5 "qtwe" received signal SIG34, Real-time event 34.`
which can be handled by `handle SIG34 nostop noprint` and further on ignored.

For further info there is also this upstream bug: https://sourceware.org/bugzilla/show_bug.cgi?id=23616

The patch itself comes from smaeul on #musl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
without this patch when debugging a multithreaded binary gdb throws this:
`Thread 5 "a.out" received signal ?, Unknown signal.`
with this patch gdb throws:
`Thread 5 "qtwe" received signal SIG34, Real-time event 34.`
which can be handled by `handle SIG34 nostop noprint` and further on ignored.

For further info there is also this upstream bug: https://sourceware.org/bugzilla/show_bug.cgi?id=23616

The patch itself comes from smaeul on #musl
</pre>
</div>
</content>
</entry>
<entry>
<title>main/gdb: upgrade to 8.3.1</title>
<updated>2019-09-25T12:54:51+00:00</updated>
<author>
<name>Joe Searle</name>
<email>joe@jsearle.net</email>
</author>
<published>2019-09-22T11:44:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=e47299502080c0b2c42b2cc10c60b064624c4330'/>
<id>e47299502080c0b2c42b2cc10c60b064624c4330</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/gdb: upgrade to 8.3</title>
<updated>2019-05-21T11:42:39+00:00</updated>
<author>
<name>J0WI</name>
<email>J0WI@users.noreply.github.com</email>
</author>
<published>2019-05-12T12:32:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=ef7c6ebe6a056a2777405f4c0749d318eda28e6b'/>
<id>ef7c6ebe6a056a2777405f4c0749d318eda28e6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/gdb: rebuild against python 3.7</title>
<updated>2019-04-17T11:45:36+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-04-03T20:09:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=03dfdbac079f69c7e2f86c23e1df244cb03431da'/>
<id>03dfdbac079f69c7e2f86c23e1df244cb03431da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/gdb: rebuild against readline 8</title>
<updated>2019-03-13T17:15:33+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-03-13T12:24:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=9eca78d693d1d89e789e8af5ecd16924692404d4'/>
<id>9eca78d693d1d89e789e8af5ecd16924692404d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
