public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* GDB Talks at the GNU Cauldron
@ 2012-02-08 20:28 Phil Muldoon
  2012-02-08 21:03 ` Kevin Pouget
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Phil Muldoon @ 2012-02-08 20:28 UTC (permalink / raw)
  To: gdb; +Cc: dnovillo

According to the organizers there are three to four talks at the 
Cauldron.  Something that Diego mentioned was the need to coordinate 
talks.  So, who has submitted abstracts, and what are their titles?  It 
would be good to plan for this.

Cheers,

Phil

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GDB Talks at the GNU Cauldron
  2012-02-08 20:28 GDB Talks at the GNU Cauldron Phil Muldoon
@ 2012-02-08 21:03 ` Kevin Pouget
  2012-02-08 22:39 ` Stan Shebs
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Kevin Pouget @ 2012-02-08 21:03 UTC (permalink / raw)
  To: Phil Muldoon; +Cc: gdb, dnovillo

On Wed, Feb 8, 2012 at 9:27 PM, Phil Muldoon <pmuldoon@redhat.com> wrote:
>
> According to the organizers there are three to four talks at the Cauldron.  Something that Diego mentioned was the need to coordinate talks.  So, who has submitted abstracts, and what are their titles?  It would be good to plan for this.
>
> Cheers,
>
> Phil

Hello,

as I mentioned in http://sourceware.org/ml/gdb/2012-02/msg00003.html,
I submitted an abstract entitled "Supporting Parallel Component
Debugging Using the GDB Python Interface" for a presentation


Let me know if you need further detail for the planning


Cordially,

Kevin

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GDB Talks at the GNU Cauldron
  2012-02-08 20:28 GDB Talks at the GNU Cauldron Phil Muldoon
  2012-02-08 21:03 ` Kevin Pouget
@ 2012-02-08 22:39 ` Stan Shebs
  2012-02-09  8:18 ` Joachim Protze
  2012-02-09 14:03 ` Jan Kratochvil
  3 siblings, 0 replies; 5+ messages in thread
From: Stan Shebs @ 2012-02-08 22:39 UTC (permalink / raw)
  To: gdb

On 2/8/12 12:27 PM, Phil Muldoon wrote:
> According to the organizers there are three to four talks at the 
> Cauldron.  Something that Diego mentioned was the need to coordinate 
> talks.  So, who has submitted abstracts, and what are their titles?  
> It would be good to plan for this.

I'm planning to do a little overview of Mentor's multicore efforts - ptc 
sets, target-side processing, etc.

Stan

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GDB Talks at the GNU Cauldron
  2012-02-08 20:28 GDB Talks at the GNU Cauldron Phil Muldoon
  2012-02-08 21:03 ` Kevin Pouget
  2012-02-08 22:39 ` Stan Shebs
@ 2012-02-09  8:18 ` Joachim Protze
  2012-02-09 14:03 ` Jan Kratochvil
  3 siblings, 0 replies; 5+ messages in thread
From: Joachim Protze @ 2012-02-09  8:18 UTC (permalink / raw)
  To: gdb

[-- Attachment #1: Type: text/plain, Size: 1037 bytes --]

On 08.02.2012 21:27, Phil Muldoon wrote:
> According to the organizers there are three to four talks at the
> Cauldron.  Something that Diego mentioned was the need to coordinate
> talks.  So, who has submitted abstracts, and what are their titles? 
> It would be good to plan for this.
>
> Cheers,
>
> Phil

Titel: GDB vs. MPI (Message Passing Interface) -- Prepared presentation and 
demo

Authors: Joachim Protze & Andreas Knüpfer


Andreas will present the status of our work on making GDB more verbose in
context of MPI and MPI internal structures. The presentation will also give 
an overview to the possibilities, the MPI standard holds for debuggers and
other tools.

The work founds on the python api of GDB. Is there any need, to have some
declaring words on this api or should the presentation focus on the 
challenges when dealing with MPI?

Thanks
Joachim

-- 
Dipl.-Inf. Joachim Protze
Technische Universitaet Dresden
Center for Information Services and High Performance Computing (ZIH)



[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 5306 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GDB Talks at the GNU Cauldron
  2012-02-08 20:28 GDB Talks at the GNU Cauldron Phil Muldoon
                   ` (2 preceding siblings ...)
  2012-02-09  8:18 ` Joachim Protze
@ 2012-02-09 14:03 ` Jan Kratochvil
  3 siblings, 0 replies; 5+ messages in thread
From: Jan Kratochvil @ 2012-02-09 14:03 UTC (permalink / raw)
  To: Phil Muldoon; +Cc: gdb, dnovillo, Cary Coutant, Mark Wielaard

On Wed, 08 Feb 2012 21:27:52 +0100, Phil Muldoon wrote:
> According to the organizers there are three to four talks at the
> Cauldron.  Something that Diego mentioned was the need to coordinate
> talks.  So, who has submitted abstracts, and what are their titles?
> It would be good to plan for this.

There is also one GDB-related submitted abour DWARF compression (posting with
Mark's agreement).

As I posted here before one general Roadmap talk of mine (I do not see any such
other talk here).


Regards,
Jan

------------------------------------------------------------------------------

Title: Reducing DWARF debuginfo size.
Authors: Cary Coutant <ccoutant@google.com>, Mark Wielaard <mjw@redhat.com>
Abstract: Generating, linking, reading and storing DWARF debuginfo take
significant resources, time and space.  We want to discuss some efforts
that have recently been done to reduce some of that in the compiler,
linker, package manager and tools, like debuggers, that use the DWARF
debug information.  We are interested in discussing efforts that worked,
the various tradeoffs, efforts that didn't produce significant results
and ideas for future DWARF reduction work and/or standardization.

Cary Coutant has been working on the Debug Fission project, DWARF
Extensions for Separate Debug Information Files:
http://gcc.gnu.org/wiki/DebugFission

Mark Wielaard has been working on the elfutils project, which contains
the libdw DWARF consumer library that is used by tools like systemtap
and the dwarves tools:
https://fedorahosted.org/elfutils/wiki/RoadMap

------------------------------------------------------------------------------

Title: GDB Roadmap
Authors: Jan Kratochvil
Abstract:
Status of missing features, status of features being worked on (known to me).

Which way to keep unused template methods code separate from the code output.
Dynamic types (such as variable length arrays) implementation choices in GDB.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-02-09 14:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-08 20:28 GDB Talks at the GNU Cauldron Phil Muldoon
2012-02-08 21:03 ` Kevin Pouget
2012-02-08 22:39 ` Stan Shebs
2012-02-09  8:18 ` Joachim Protze
2012-02-09 14:03 ` Jan Kratochvil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).