Commit graph

5059 commits

Author SHA1 Message Date
Balazs Kezes
c14f1b0486 Build glibc with unwind tables
Without debug symbols or this you cannot have reliable backtraces in gdb. For
instance this is on a Raspberry Pi without the unwind tables:

	$ gcc -x c <(echo 'void abort(); int main() { abort(); }')
	$ gdb ./a.out <<< $'r\nbt'
	...
	#1  0xb6eb2e44 in abort () from /usr/lib/libc.so.6
	#2  0x00000020 in ?? ()
	Backtrace stopped: previous frame identical to this frame (corrupt
	stack?)
	...

Here's with the unwind tables enabled:

	$ gcc -x c <(echo 'void abort(); int main() { abort(); }')
	$ gdb ./a.out <<< $'r\nbt'
	...
	#1  0xb6eade44 in abort () from /usr/lib/libc.so.6
	#2  0x000084e0 in main ()
	...

The upside of the unwind tables compared to the debug symbols is that they don't
take up a lot of space.
2014-02-15 22:21:23 +00:00
Kevin Mihelich
37127ca34f community/libvirt to 1.2.1-4 2014-02-14 13:40:22 +00:00
Kevin Mihelich
11a1b25fe9 core/glibc to 2.19-2 2014-02-14 13:38:54 +00:00
moonman
9d701ef1ad core/linux-kirkwood to 3.13.3-1 2014-02-14 02:27:50 -07:00
Kevin Mihelich
78697f2280 added community/maven 2014-02-14 03:44:22 +00:00
Kevin Mihelich
e4de987007 core/linux-armv5 to 3.13.3-1 2014-02-14 01:57:50 +00:00
Kevin Mihelich
dcb0698200 extra/python to 3.3.4-1 2014-02-14 01:53:04 +00:00
Kevin Mihelich
c0f092c5ff extra/imagemagick to 6.8.8.5-1 2014-02-13 07:11:47 +00:00
Kevin Mihelich
4de85e267c core/linux-armv7 to 3.13.1-2, fixes #717 2014-02-12 22:52:09 +00:00
Kevin Mihelich
2527cc84a4 community/qtractor to 0.5.12-2 2014-02-12 14:02:27 +00:00
Kevin Mihelich
6289b72269 community/spice-gtk3 to 0.23-1 2014-02-12 14:01:49 +00:00
Kevin Mihelich
6c95fdff32 core/linux-odroid to 3.8.13.16-6 2014-02-12 02:16:31 +00:00
moonman
1de8d607c6 alarm/raspberrypi-firmware to 20140210-1 2014-02-11 13:36:02 -07:00
moonman
c6818ff9a1 core/linux-raspberrypi-latest update BFQ to v7r1 2014-02-11 05:58:25 -07:00
moonman
fa56907856 core/linux update BFQ ro v7r1 2014-02-11 05:54:59 -07:00
moonman
4a062186ca core/linux-kirkwood update BFQ to v7r1 2014-02-11 05:40:02 -07:00
moonman
df35f40327 core/linux-raspberrypi-latest replace deprecated DMA_SUCCESS 2014-02-11 02:27:11 -07:00
moonman
d722d781ad core/linux-raspberrypi-latest to 3.13.2; disable oot 8192; enable hifiberry 2014-02-11 00:21:31 -07:00
moonman
337ebef9a3 core/linux-kirkwood to 3.13.2-2 (fixes #712) 2014-02-10 23:31:53 -07:00
Kevin Mihelich
d3ae1d5439 core/linux-odroid to 3.8.13.16-5 2014-02-11 01:10:25 +00:00
Kevin Mihelich
a25b33312a aur updates 2014-02-11 01:08:17 +00:00
WarheadsSE
5c85b75538 notate PKGBUILD for community/usb_modeswitch 2014-02-10 11:24:42 -05:00
WarheadsSE
b794941028 community/usb_modeswitch 2.1.0-1.1 (rebuild for truncated usb_modeswitch_dispatcher) 2014-02-10 11:14:13 -05:00
Kevin Mihelich
a9d6ad73c3 extra/gst-plugins-bad to 1.2.3-1 2014-02-10 14:16:14 +00:00
Kevin Mihelich
80a63474ae core/linux-olinuxino to 3.7.2-8 (#715) 2014-02-10 13:42:32 +00:00
Kevin Mihelich
4ae4bed1c2 community/libvirt to 1.2.1-3 2014-02-10 13:14:42 +00:00
Kevin Mihelich
ed42af543f community/gmic to 1.5.8.3-1 2014-02-10 13:12:24 +00:00
Kevin Mihelich
f8b38f8951 extra/kdebindings-python to 4.12.2-1 2014-02-10 13:11:44 +00:00
Kevin Mihelich
a4ea89255c extra/kdeedu-analitza to 4.12.2-1 2014-02-10 13:11:11 +00:00
Kevin Mihelich
49365de53e extra/kdeedu-kalgebra to 4.12.2-1 2014-02-10 13:10:34 +00:00
Kevin Mihelich
c878f85898 extra/kdelibs to 4.12.2-1 2014-02-10 13:09:58 +00:00
moonman
b85c66fe35 core/linux-raspberrypi add hifiberry support 2014-02-10 03:38:28 -07:00
Kevin Mihelich
c3cfd0e7ca added extra/pyqt5 2014-02-10 04:46:44 +00:00
Kevin Mihelich
9da9a9013a extra/valgrind to 3.9.0-2 2014-02-10 04:08:27 +00:00
Kevin Mihelich
b26e585550 core/gcc to 4.8.2-8 2014-02-10 04:05:50 +00:00
Kevin Mihelich
a9e173ef25 core/binutils to 2.24-2 2014-02-10 04:03:45 +00:00
Kevin Mihelich
aefb31d9d5 core/glibc to 2.19-1 2014-02-10 04:02:31 +00:00
Kevin Mihelich
df9214ae08 core/linux-olinuxino to 3.7.2-7, fixes #714 2014-02-10 03:56:50 +00:00
Kevin Mihelich
21c8147010 extra/mono to 3.2.3-2 2014-02-09 15:21:22 +00:00
Kevin Mihelich
25df86d3bd community/xulrunner: drop highmem 2014-02-09 05:22:42 +00:00
Kevin Mihelich
a7d566d73a community/xulrunner to 27.0-1 2014-02-09 04:57:49 +00:00
Dave Higham
64f9938b54 core/linux-imx6-cubox some bluetooth tweaks 2014-02-08 20:45:38 +00:00
Kevin Mihelich
280b1a0c9d core/linux-odroid to 3.8.13.16-4, fixes #710 2014-02-08 19:00:03 +00:00
moonman
d51098f840 alarm/xbmc-rbp-git to 13.20140208-1 2014-02-08 00:45:40 -07:00
moonman
a78c43dcd4 core/linux-raspberrypi to 3.10.29-1 2014-02-08 00:43:09 -07:00
Kevin Mihelich
57cc3d74a1 core/linux-odroid fix 2014-02-08 00:59:45 +00:00
Kevin Mihelich
4e8af75eef core/linux-odroid to 3.8.13.16-3 2014-02-08 00:50:58 +00:00
Kevin Mihelich
4a4eede3a6 community/docker to 0.8-1 2014-02-07 20:18:32 +00:00
WarheadsSE
4ce4500805 Merge pull request #707 from djmaze/master
Remove unused docker service file
2014-02-07 15:01:25 -05:00
Martin Honermeyer
7724eb95c2 Remove unused docker service file 2014-02-07 20:45:58 +01:00