search for: r290011

Displaying 9 results from an estimated 9 matches for "r290011".

2016 Dec 17
0
GDB pretty printers for LLVM ADTs
Added some basic DenseMap support in r290011 On Fri, Dec 16, 2016 at 2:05 PM David Blaikie <dblaikie at gmail.com> wrote: > I've added a few LLVM GDB pretty printers a while back (& just added > llvm::Optional earlier today) & thought people might be interested in how > to use them, etc. > > I use them by ad...
2016 Dec 19
2
GDB pretty printers for LLVM ADTs
...mentation (e.g. LLVM Programmer’s Manual <http://llvm.org/docs/ProgrammersManual.html>) about it, so it won't be lost somewhere in the mailing list. Piotr 2016-12-17 1:04 GMT+01:00 David Blaikie via llvm-dev < llvm-dev at lists.llvm.org>: > Added some basic DenseMap support in r290011 > > On Fri, Dec 16, 2016 at 2:05 PM David Blaikie <dblaikie at gmail.com> wrote: > >> I've added a few LLVM GDB pretty printers a while back (& just added >> llvm::Optional earlier today) & thought people might be interested in how >> to use them, etc. &...
2016 Dec 20
0
GDB pretty printers for LLVM ADTs
...ual > <http://llvm.org/docs/ProgrammersManual.html>) about it, so it won't be > lost somewhere in the mailing list. > > Piotr > > 2016-12-17 1:04 GMT+01:00 David Blaikie via llvm-dev < > llvm-dev at lists.llvm.org>: > > Added some basic DenseMap support in r290011 > > On Fri, Dec 16, 2016 at 2:05 PM David Blaikie <dblaikie at gmail.com> wrote: > > I've added a few LLVM GDB pretty printers a while back (& just added > llvm::Optional earlier today) & thought people might be interested in how > to use them, etc. > > I u...
2016 Dec 20
2
GDB pretty printers for LLVM ADTs
...s/ProgrammersManual.html>) about it, so it won't be >> lost somewhere in the mailing list. >> >> Piotr >> >> 2016-12-17 1:04 GMT+01:00 David Blaikie via llvm-dev < >> llvm-dev at lists.llvm.org>: >> >> Added some basic DenseMap support in r290011 >> >> On Fri, Dec 16, 2016 at 2:05 PM David Blaikie <dblaikie at gmail.com> wrote: >> >> I've added a few LLVM GDB pretty printers a while back (& just added >> llvm::Optional earlier today) & thought people might be interested in how >> to use...
2016 Dec 20
0
GDB pretty printers for LLVM ADTs
...ual > <http://llvm.org/docs/ProgrammersManual.html>) about it, so it won't be > lost somewhere in the mailing list. > > Piotr > > 2016-12-17 1:04 GMT+01:00 David Blaikie via llvm-dev < > llvm-dev at lists.llvm.org>: > > Added some basic DenseMap support in r290011 > > On Fri, Dec 16, 2016 at 2:05 PM David Blaikie <dblaikie at gmail.com> wrote: > > I've added a few LLVM GDB pretty printers a while back (& just added > llvm::Optional earlier today) & thought people might be interested in how > to use them, etc. > > I u...
2016 Dec 20
2
GDB pretty printers for LLVM ADTs
...s/ProgrammersManual.html>) about it, so it won't be >> lost somewhere in the mailing list. >> >> Piotr >> >> 2016-12-17 1:04 GMT+01:00 David Blaikie via llvm-dev < >> llvm-dev at lists.llvm.org>: >> >> Added some basic DenseMap support in r290011 >> >> On Fri, Dec 16, 2016 at 2:05 PM David Blaikie <dblaikie at gmail.com> wrote: >> >> I've added a few LLVM GDB pretty printers a while back (& just added >> llvm::Optional earlier today) & thought people might be interested in how >> to use...
2016 Dec 20
0
GDB pretty printers for LLVM ADTs
...ual > <http://llvm.org/docs/ProgrammersManual.html>) about it, so it won't be > lost somewhere in the mailing list. > > Piotr > > 2016-12-17 1:04 GMT+01:00 David Blaikie via llvm-dev < > llvm-dev at lists.llvm.org>: > > Added some basic DenseMap support in r290011 > > On Fri, Dec 16, 2016 at 2:05 PM David Blaikie <dblaikie at gmail.com> wrote: > > I've added a few LLVM GDB pretty printers a while back (& just added > llvm::Optional earlier today) & thought people might be interested in how > to use them, etc. > > I u...
2016 Dec 20
1
GDB pretty printers for LLVM ADTs
.../docs/ProgrammersManual.html>) about it, so it won't be lost somewhere in the mailing list. > > Piotr > > 2016-12-17 1:04 GMT+01:00 David Blaikie via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>>: > Added some basic DenseMap support in r290011 > > On Fri, Dec 16, 2016 at 2:05 PM David Blaikie <dblaikie at gmail.com <mailto:dblaikie at gmail.com>> wrote: > I've added a few LLVM GDB pretty printers a while back (& just added llvm::Optional earlier today) & thought people might be interested in how to use t...
2016 Dec 16
2
GDB pretty printers for LLVM ADTs
I've added a few LLVM GDB pretty printers a while back (& just added llvm::Optional earlier today) & thought people might be interested in how to use them, etc. I use them by adding the following to my .gdbinit: source /path/to/llvm/src/utils/gdb-scripts/prettyprinters.py Also, I can suggest adding: set print pretty on there too, it helps a lot when printing complex nested