Skip to content

Instantly share code, notes, and snippets.

@jpf91
jpf91 / PKGBUILD
Created October 7, 2013 16:07
monodevelop-debugger-gdb-git PKGBUILD
pkgname=monodevelop-debugger-gdb-git
_pkgname=monodevelop
pkgver=20130929
pkgrel=1
pkgdesc="Mono Debugger support"
arch=('i686' 'x86_64') # also "any" pkg?
url="http://monodevelop.com"
license=('GPL')
depends=('monodevelop-git' 'gdb')
makedepends=('mono' 'git' 'pkg-config')
@jpf91
jpf91 / gist:6870429
Created October 7, 2013 16:07
monodevelop-debugger-gdb-git PKGBUILD
pkgname=monodevelop-debugger-gdb-git
_pkgname=monodevelop
pkgver=20130929
pkgrel=1
pkgdesc="Mono Debugger support"
arch=('i686' 'x86_64') # also "any" pkg?
url="http://monodevelop.com"
license=('GPL')
depends=('monodevelop-git' 'gdb')
makedepends=('mono' 'git' 'pkg-config')
Thread 17 (Thread 0x7ff5adbec700 (LWP 11749)):
#0 0x00007ff5afd3c772 in sigsuspend () from /usr/lib/libc.so.6
#1 0x00000000005cf1ce in ?? ()
#2 0x00000000005cf326 in ?? ()
#3 <signal handler called>
#4 0x00007ff5b00befee in sem_wait () from /usr/lib/libpthread.so.0
#5 0x0000000000629e37 in mono_sem_wait ()
#6 0x00000000005a6525 in ?? ()
#7 0x00000000005894eb in ?? ()
#8 0x000000000061e92d in ?? ()
Entries gdc: 5451
Entries dmd: 3834
Only in GDC:
CSWTCH.197
_D100TypeInfo_HxS3std8internal3uni12CodepointSetS3std8internal3uni22__T13CodepointTrieVi8Z13CodepointTrie6__initZ
_D100TypeInfo_PxS6object56__T16AssociativeArrayTaTE3std6traits17FunctionAttributeZ16AssociativeArray4Slot6__initZ
_D100TypeInfo_S6object53__T16AssociativeArrayTE3std6format6MangleTC8TypeInfoZ16AssociativeArray9Hashtable6__initZ
_D101TypeInfo_APxS6object56__T16AssociativeArrayTaTE3std6traits17FunctionAttributeZ16AssociativeArray4Slot6__initZ
else version(ARM)
{
enum
{
R0 = 0,
R1 = 1,
R2 = 2,
R3 = 3,
R4 = 4,
R5 = 5,
else version (ARM)
{
private
{
alias __dev_t = ulong;
alias __ino_t = c_ulong;
alias __ino64_t = ulong;
alias __mode_t = uint;
alias __nlink_t = size_t;
alias __uid_t = uint;
vgc[ALITERAL]: ([cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u]) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/bin/./../src/phobos/std/complex.d(140) vgc[APPEND]: (buf ~= s) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/src/phobos/std/uuid.d(340) vgc[NEW]: (new UUIDParsingException(to(uuid), 0LU, cast(Reason)1, "Insufficient Input", null, "/home/jpf/.dvm/compilers/dmd-2.062/src/phobos/std/uuid.d", 340LU)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/src/phobos/std/uuid.d(345) vgc[NEW]: (new UUIDParsingException(to(uuid), 35LU, cast(Reason)2, "Input is too long, need exactly 36 characters", null, "/home/jpf/.dvm/compilers/dmd-2.062/src/phobos/std/uuid.d", 345LU)) causes gc allocation
/home/jpf/.dvm/compilers/dmd-2.062/src/phobos/std/uuid.d(387) vgc[NEW]: (new UUIDParsingException(to(uuid),
import std.stdio;
struct Date
{
this(this){writeln("this(this)"); throw new Exception("");}
~this(){writelln("~this()";};
uint data;
}
void test(Date d)
import std.stdio;
struct Date
{
this(this){writeln("this(this)");}
~this(){writeln("~this()");};
uint data;
}
void test(Date d)
diff --git a/bfd/Makefile.am b/bfd/Makefile.am
index 9ab2aa9..840d9cc 100644
--- a/bfd/Makefile.am
+++ b/bfd/Makefile.am
@@ -35,7 +35,7 @@ AM_CFLAGS = $(WARN_CFLAGS)
AM_CPPFLAGS = -DBINDIR='"$(bindir)"'
if PLUGINS
bfdinclude_HEADERS += $(INCDIR)/plugin-api.h
-LIBDL = -ldl
+LIBDL = @lt_cv_dlopen_libs@