public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: "Ivan Shcherbakov" <ivan@sysprogs.com>
To: "'Blanc, Nicolas'" <nicolas.blanc@intel.com>
Cc: <gdb-patches@sourceware.org>
Subject: RE: Your remove-symbol-file patch
Date: Thu, 06 Feb 2014 05:44:00 -0000	[thread overview]
Message-ID: <023301cf22fc$0fda6e30$2f8f4a90$@sysprogs.com> (raw)
In-Reply-To: <388084C8C1E6A64FA36AD1D656E485661A7BC7EC@IRSMSX106.ger.corp.intel.com>

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



  reply	other threads:[~2014-02-06  5:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <003f01ce914a$1a34fa10$4e9eee30$@sysprogs.com>
2013-08-05  8:28 ` Blanc, Nicolas
2013-08-05 19:45   ` Ivan Shcherbakov
2013-08-06  8:49     ` Blanc, Nicolas
2014-02-06  5:44       ` Ivan Shcherbakov [this message]
2014-02-08  3:05         ` Joel Brobecker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='023301cf22fc$0fda6e30$2f8f4a90$@sysprogs.com' \
    --to=ivan@sysprogs.com \
    --cc=gdb-patches@sourceware.org \
    --cc=nicolas.blanc@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).