On Sun, Oct 17, 2010 at 3:39 PM, Andre Poenitz <[email protected]> wrote: >> . user made dumpers are simply not working in 2.1.0 beta1 (2.0.92, >> x86-64 linux). > > They are, but "simply not working" is "simply no good bugreport". Note that i've never claimed that was a proper bug report or dumpers didn't work in general, yet i rest my case: working, it's not on this very machine for this particular version. It's cruel, because your neat patch doesn't apply on earlier versions.
> Post it here or on pastebin and ask here or on IRC for help.
I'm attaching logs for
$ cat example.cc
typedef float v4sf __attribute__((vector_size(16)));
struct foo { int i; };
int main() {
v4sf x = { 1, 2, 3, 4 };
foo bar = { 666 };
return 0;
}
$ cat ~/App/andre.gdbinit
python execfile('/home/tbp/Apps/andre1.py')
$ cat ~/Apps/andre1.py
def qdump__foo(d, item):
d.putValue("xx")
d.putNumChild(0)
def qdump____m128(d, item):
d.putValue("xx")
d.putNumChild(0)
print "HELLOOOOO"
Obviously the dumper wouldn't catch that particular vector, but foo
doesn't show up as expected either and that made for shorter logs &
example.
> Time for a cookie ;-)
I'm considering either christening my first born after you or making a
portrait from your best profile out of my chest hairs and having it on
display in my village city hall. Whichever you prefer.
I cannot thank you enough for taking the time to make that patch and
kindly cluing this thickheaded fool. Is it asking too much to hope
that patch & dumper to land on trunk sometime?
qtc-console.txt.bz2
Description: BZip2 compressed data
qtc-log1.txt.bz2
Description: BZip2 compressed data
qtc-log2.txt.bz2
Description: BZip2 compressed data
_______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
