public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* RE: Your remove-symbol-file patch
       [not found] <003f01ce914a$1a34fa10$4e9eee30$@sysprogs.com>
@ 2013-08-05  8:28 ` Blanc, Nicolas
  2013-08-05 19:45   ` Ivan Shcherbakov
  0 siblings, 1 reply; 5+ messages in thread
From: Blanc, Nicolas @ 2013-08-05  8:28 UTC (permalink / raw)
  To: Ivan Shcherbakov; +Cc: gdb-patches

Hi Ivan,

This is the latest version: http://sourceware.org/ml/gdb-patches/2013-07/msg00684.html.
Please apply the patch on the master branch.

Let me know if it fits your needs. I added this conversation to the mailing list
because it might be useful to others.

Regards,

Nicolas

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

From: Ivan Shcherbakov [mailto:ivan@sysprogs.com] 
Sent: Sunday, August 04, 2013 9:38 PM
To: Blanc, Nicolas
Subject: Your remove-symbol-file patch

Hi,

I am Ivan Shcherbakov from Sysprogs OU. We are using GDB internally for some tricky debugging scenarios and were going to add the remove-symbol-file command to support some of them.
According to GDB mailing lists it looks like you have already done a similar thing. Is there a possibility for us to try your patch adding the remove-symbol-file command? I could not find the patch file in the mailing list archives.

Best regards,
Ivan Shcherbakov
Intel GmbH
Dornacher Strasse 1
85622 Feldkirchen/Muenchen, Deutschland
Sitz der Gesellschaft: Feldkirchen bei Muenchen
Geschaeftsfuehrer: Christian Lamprechter, Hannes Schwaderer, Douglas Lusk
Registergericht: Muenchen HRB 47456
Ust.-IdNr./VAT Registration No.: DE129385895
Citibank Frankfurt a.M. (BLZ 502 109 00) 600119052

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

* RE: Your remove-symbol-file patch
  2013-08-05  8:28 ` Your remove-symbol-file patch Blanc, Nicolas
@ 2013-08-05 19:45   ` Ivan Shcherbakov
  2013-08-06  8:49     ` Blanc, Nicolas
  0 siblings, 1 reply; 5+ messages in thread
From: Ivan Shcherbakov @ 2013-08-05 19:45 UTC (permalink / raw)
  To: 'Blanc, Nicolas'; +Cc: gdb-patches

Hi,

Sorry, I might be looking for the wrong thing here, but I could not find the
patch download link on the page you mentioned. It contains various
statistics about the file, but not the patch file itself. Could please you
send me a copy of the patch file or point to a download link?

Best regards,
Ivan Shcherbakov

-----Original Message-----
From: Blanc, Nicolas [mailto:nicolas.blanc@intel.com] 
Sent: August-05-13 1:28 AM
To: Ivan Shcherbakov
Cc: gdb-patches@sourceware.org
Subject: RE: Your remove-symbol-file patch

Hi Ivan,

This is the latest version:
http://sourceware.org/ml/gdb-patches/2013-07/msg00684.html.
Please apply the patch on the master branch.

Let me know if it fits your needs. I added this conversation to the mailing
list because it might be useful to others.

Regards,

Nicolas

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

From: Ivan Shcherbakov [mailto:ivan@sysprogs.com]
Sent: Sunday, August 04, 2013 9:38 PM
To: Blanc, Nicolas
Subject: Your remove-symbol-file patch

Hi,

I am Ivan Shcherbakov from Sysprogs OU. We are using GDB internally for some
tricky debugging scenarios and were going to add the remove-symbol-file
command to support some of them.
According to GDB mailing lists it looks like you have already done a similar
thing. Is there a possibility for us to try your patch adding the
remove-symbol-file command? I could not find the patch file in the mailing
list archives.

Best regards,
Ivan Shcherbakov
Intel GmbH
Dornacher Strasse 1
85622 Feldkirchen/Muenchen, Deutschland
Sitz der Gesellschaft: Feldkirchen bei Muenchen
Geschaeftsfuehrer: Christian Lamprechter, Hannes Schwaderer, Douglas Lusk
Registergericht: Muenchen HRB 47456
Ust.-IdNr./VAT Registration No.: DE129385895 Citibank Frankfurt a.M. (BLZ
502 109 00) 600119052



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

* RE: Your remove-symbol-file patch
  2013-08-05 19:45   ` Ivan Shcherbakov
@ 2013-08-06  8:49     ` Blanc, Nicolas
  2014-02-06  5:44       ` Ivan Shcherbakov
  0 siblings, 1 reply; 5+ messages in thread
From: Blanc, Nicolas @ 2013-08-06  8:49 UTC (permalink / raw)
  To: Ivan Shcherbakov; +Cc: gdb-patches

Hi Ivan,

You are interested in the following emails. Patches sent to the mailing list are usually split in
series of emails.  The first email of a series is often a cover letter, e.g., Patch 0/5. The real patches
are in subsequent emails.

This series includes a patch for the remove-symbol-file (Patch 1/5) and another one for the documentation (Patch 2/5).
Patch 2/3 fixes the add-symbol-files command so that user-added files appears when typing 'info files'.  Patch 4/5 adds an
utility test function that is being used in Patch 5/5 for testing the command.

[PATCH v14 0/5] remove-symbol-file & add-symbol-file
http://sourceware.org/ml/gdb-patches/2013-07/msg00684.html
 
[PATCH v14 1/5] New remove-symbol-file command.
http://sourceware.org/ml/gdb-patches/2013-07/msg00685.html

[PATCH v14 2/5] Documentation for the remove-symbol-file command.
http://sourceware.org/ml/gdb-patches/2013-07/msg00686.html

[PATCH v14 3/5] 'add-symbol-file' should update the current target sections.
http://sourceware.org/ml/gdb-patches/2013-07/msg00687.html

[PATCH v14 4/5] Function is_known_elf_target.
http://sourceware.org/ml/gdb-patches/2013-07/msg00688.html

[PATCH v14 5/5] Test adding and removing a symbol file at runtime.
http://sourceware.org/ml/gdb-patches/2013-07/msg00689.html

Regards,

Nicolas

-----Original Message-----
From: gdb-patches-owner@sourceware.org [mailto:gdb-patches-owner@sourceware.org] On Behalf Of Ivan Shcherbakov
Sent: Monday, August 05, 2013 9:44 PM
To: Blanc, Nicolas
Cc: gdb-patches@sourceware.org
Subject: RE: Your remove-symbol-file patch


Hi,

Sorry, I might be looking for the wrong thing here, but I could not find the patch download link on the page you mentioned. It contains various statistics about the file, but not the patch file itself. Could please you send me a copy of the patch file or point to a download link? [PATCH v1
4 0/5] remove-symbol-file & add-symbol-file

Best regards,
Ivan Shcherbakov

-----Original Message-----
From: Blanc, Nicolas [mailto:nicolas.blanc@intel.com]
Sent: August-05-13 1:28 AM
To: Ivan Shcherbakov
Cc: gdb-patches@sourceware.org
Subject: RE: Your remove-symbol-file patch

Hi Ivan,

This is the latest version:
http://sourceware.org/ml/gdb-patches/2013-07/msg00684.html.
Please apply the patch on the master branch.

Let me know if it fits your needs. I added this conversation to the mailing list because it might be useful to others.

Regards,

Nicolas

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

From: Ivan Shcherbakov [mailto:ivan@sysprogs.com]
Sent: Sunday, August 04, 2013 9:38 PM
To: Blanc, Nicolas
Subject: Your remove-symbol-file patch

Hi,

I am Ivan Shcherbakov from Sysprogs OU. We are using GDB internally for some tricky debugging scenarios and were going to add the remove-symbol-file command to support some of them.
According to GDB mailing lists it looks like you have already done a similar thing. Is there a possibility for us to try your patch adding the remove-symbol-file command? I could not find the patch file in the mailing list archives.

Best regards,
Ivan Shcherbakov



Intel GmbH
Dornacher Strasse 1
85622 Feldkirchen/Muenchen, Deutschland
Sitz der Gesellschaft: Feldkirchen bei Muenchen
Geschaeftsfuehrer: Christian Lamprechter, Hannes Schwaderer, Douglas Lusk
Registergericht: Muenchen HRB 47456
Ust.-IdNr./VAT Registration No.: DE129385895 Citibank Frankfurt a.M. (BLZ
502 109 00) 600119052



Intel GmbH
Dornacher Strasse 1
85622 Feldkirchen/Muenchen, Deutschland
Sitz der Gesellschaft: Feldkirchen bei Muenchen
Geschaeftsfuehrer: Christian Lamprechter, Hannes Schwaderer, Douglas Lusk
Registergericht: Muenchen HRB 47456
Ust.-IdNr./VAT Registration No.: DE129385895
Citibank Frankfurt a.M. (BLZ 502 109 00) 600119052

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

* RE: Your remove-symbol-file patch
  2013-08-06  8:49     ` Blanc, Nicolas
@ 2014-02-06  5:44       ` Ivan Shcherbakov
  2014-02-08  3:05         ` Joel Brobecker
  0 siblings, 1 reply; 5+ messages in thread
From: Ivan Shcherbakov @ 2014-02-06  5:44 UTC (permalink / raw)
  To: 'Blanc, Nicolas'; +Cc: gdb-patches

Hi,

Thanks a lot for your patch! It really improves the debugging experience
with Linux kernel modules as I don't need to reload all symbols when one
module got unloaded.
One more question. We are releasing a product that allows debugging Linux
kernel modules with Visual Studio and your patch would be extremely useful
for our customers. Would it be OK for us to publish it on our website
mentioning your authorship?

Best regards,
Ivan Shcherbakov

-----Original Message-----
From: Blanc, Nicolas [mailto:nicolas.blanc@intel.com] 
Sent: August-06-13 1:49 AM
To: Ivan Shcherbakov
Cc: gdb-patches@sourceware.org
Subject: RE: Your remove-symbol-file patch

Hi Ivan,

You are interested in the following emails. Patches sent to the mailing list
are usually split in series of emails.  The first email of a series is often
a cover letter, e.g., Patch 0/5. The real patches are in subsequent emails.

This series includes a patch for the remove-symbol-file (Patch 1/5) and
another one for the documentation (Patch 2/5).
Patch 2/3 fixes the add-symbol-files command so that user-added files
appears when typing 'info files'.  Patch 4/5 adds an utility test function
that is being used in Patch 5/5 for testing the command.

[PATCH v14 0/5] remove-symbol-file & add-symbol-file
http://sourceware.org/ml/gdb-patches/2013-07/msg00684.html
 
[PATCH v14 1/5] New remove-symbol-file command.
http://sourceware.org/ml/gdb-patches/2013-07/msg00685.html

[PATCH v14 2/5] Documentation for the remove-symbol-file command.
http://sourceware.org/ml/gdb-patches/2013-07/msg00686.html

[PATCH v14 3/5] 'add-symbol-file' should update the current target sections.
http://sourceware.org/ml/gdb-patches/2013-07/msg00687.html

[PATCH v14 4/5] Function is_known_elf_target.
http://sourceware.org/ml/gdb-patches/2013-07/msg00688.html

[PATCH v14 5/5] Test adding and removing a symbol file at runtime.
http://sourceware.org/ml/gdb-patches/2013-07/msg00689.html

Regards,

Nicolas

-----Original Message-----
From: gdb-patches-owner@sourceware.org
[mailto:gdb-patches-owner@sourceware.org] On Behalf Of Ivan Shcherbakov
Sent: Monday, August 05, 2013 9:44 PM
To: Blanc, Nicolas
Cc: gdb-patches@sourceware.org
Subject: RE: Your remove-symbol-file patch


Hi,

Sorry, I might be looking for the wrong thing here, but I could not find the
patch download link on the page you mentioned. It contains various
statistics about the file, but not the patch file itself. Could please you
send me a copy of the patch file or point to a download link? [PATCH v1
4 0/5] remove-symbol-file & add-symbol-file

Best regards,
Ivan Shcherbakov

-----Original Message-----
From: Blanc, Nicolas [mailto:nicolas.blanc@intel.com]
Sent: August-05-13 1:28 AM
To: Ivan Shcherbakov
Cc: gdb-patches@sourceware.org
Subject: RE: Your remove-symbol-file patch

Hi Ivan,

This is the latest version:
http://sourceware.org/ml/gdb-patches/2013-07/msg00684.html.
Please apply the patch on the master branch.

Let me know if it fits your needs. I added this conversation to the mailing
list because it might be useful to others.

Regards,

Nicolas

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

From: Ivan Shcherbakov [mailto:ivan@sysprogs.com]
Sent: Sunday, August 04, 2013 9:38 PM
To: Blanc, Nicolas
Subject: Your remove-symbol-file patch

Hi,

I am Ivan Shcherbakov from Sysprogs OU. We are using GDB internally for some
tricky debugging scenarios and were going to add the remove-symbol-file
command to support some of them.
According to GDB mailing lists it looks like you have already done a similar
thing. Is there a possibility for us to try your patch adding the
remove-symbol-file command? I could not find the patch file in the mailing
list archives.

Best regards,
Ivan Shcherbakov



Intel GmbH
Dornacher Strasse 1
85622 Feldkirchen/Muenchen, Deutschland
Sitz der Gesellschaft: Feldkirchen bei Muenchen
Geschaeftsfuehrer: Christian Lamprechter, Hannes Schwaderer, Douglas Lusk
Registergericht: Muenchen HRB 47456
Ust.-IdNr./VAT Registration No.: DE129385895 Citibank Frankfurt a.M. (BLZ
502 109 00) 600119052



Intel GmbH
Dornacher Strasse 1
85622 Feldkirchen/Muenchen, Deutschland
Sitz der Gesellschaft: Feldkirchen bei Muenchen
Geschaeftsfuehrer: Christian Lamprechter, Hannes Schwaderer, Douglas Lusk
Registergericht: Muenchen HRB 47456
Ust.-IdNr./VAT Registration No.: DE129385895 Citibank Frankfurt a.M. (BLZ
502 109 00) 600119052



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

* Re: Your remove-symbol-file patch
  2014-02-06  5:44       ` Ivan Shcherbakov
@ 2014-02-08  3:05         ` Joel Brobecker
  0 siblings, 0 replies; 5+ messages in thread
From: Joel Brobecker @ 2014-02-08  3:05 UTC (permalink / raw)
  To: Ivan Shcherbakov; +Cc: 'Blanc, Nicolas', gdb-patches

Ivan,

> Thanks a lot for your patch! It really improves the debugging experience
> with Linux kernel modules as I don't need to reload all symbols when one
> module got unloaded.
> One more question. We are releasing a product that allows debugging Linux
> kernel modules with Visual Studio and your patch would be extremely useful
> for our customers. Would it be OK for us to publish it on our website
> mentioning your authorship?

Can you explain a little more the context of your request? For
instance, what product are you releasing, and how does it tie in
with this patch?

Note also that we recently released GDB 7.7 which, AFAIK, provides
that new feature.

Thank you,
-- 
Joel

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

end of thread, other threads:[~2014-02-08  3:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <003f01ce914a$1a34fa10$4e9eee30$@sysprogs.com>
2013-08-05  8:28 ` Your remove-symbol-file patch Blanc, Nicolas
2013-08-05 19:45   ` Ivan Shcherbakov
2013-08-06  8:49     ` Blanc, Nicolas
2014-02-06  5:44       ` Ivan Shcherbakov
2014-02-08  3:05         ` Joel Brobecker

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).