This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Your remove-symbol-file patch


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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]