public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* RE: [PING] [PATCH v2] Bug 17394: we cannot put a break-point at a global function for ASM file
@ 2014-12-10 21:11 mihail.nistor
  2014-12-11 12:34 ` Joel Brobecker
  0 siblings, 1 reply; 3+ messages in thread
From: mihail.nistor @ 2014-12-10 21:11 UTC (permalink / raw)
  To: palves, brobecker, kevinb, cagney, dje, drow, kettenis,
	jan.kratochvil, stan, tromey, Ulrich.Weigand, elena.zannoni,
	eliz, gdb-patches
  Cc: keiths, mihaela.ilies

Hello global maintainers,

The deadline to receive the review for patch from a maintainer expired. Keith Seitz required a review from a maintainer for this patch on 30 September 2014.

Please help us to find a maintainer that can do the review for this patch.
  
Thank you in advance for your support.

Mihai

-----Original Message-----
From: Nistor Mihail-MNISTOR1 
Sent: Tuesday, December 09, 2014 5:02 PM
To: 'gdb-patches@sourceware.org'; 'palves@redhat.com'
Cc: 'keiths@redhat.com'
Subject: FW: [PING] [PATCH v2] Bug 17394: we cannot put a break-point at a global function for ASM file

Hello Pedro,

We need support from a maintainer to give the final approval for this patch. Can you please help us to look over this patch or recommend another maintainer to do it.

Thank you,
Mihai
-----Original Message-----
From: Nistor Mihail-MNISTOR1
Sent: Saturday, November 15, 2014 7:35 PM
To: 'gdb-patches@sourceware.org'
Cc: 'Keith Seitz'
Subject: FW:[PING] [PATCH v2] Bug 17394: we cannot put a break-point at a global function for ASM file

Dear all,

I would like to remind you that the patch attached is still pending for the final approval.
When we last exchanged messages there seemed to be no problem; has anything happened since ?
I'm looking forward to your reply.

Thank you,
Mihai

-----Original Message-----
From: Keith Seitz [mailto:keiths@redhat.com]
Sent: Tuesday, September 30, 2014 10:45 PM
To: Nistor Mihail-MNISTOR1; gdb-patches@sourceware.org
Subject: Re: [PATCH v2] Bug 17394: we cannot put a break-point at a global function for ASM file

On 09/28/2014 09:08 AM, mihail.nistor@freescale.com wrote:
> -----Original Message-----
> From: Nistor Mihail-MNISTOR1
> Sent: Sunday, September 28, 2014 6:47 PM
> To: Keith Seitz; gdb-patches@sourceware.org
> Cc: Nistor Mihail-MNISTOR1
> Subject: RE: [PATCH v2] Bug 17394: we cannot put a break-point at a 
> global function for ASM file
>
> Your changes look very well, I have one little observation regarding the filtering condition when we need to get information from minimal symbol.
> Scenario: We can mix objects that were compiled/assembled by different vendors and the third party assembler provides debug information and it doesn't have this limitation. An application may contain more than one file that have the same name. We cannot put a breakpoint at a function in all objects that have the same name if an object that comes from ASM file has debug info and is linked before the objects assembled with the GNU-GAS. In the new test case I have tried to emulate the third party assembler behavior in the break-asm-file1.s.
>

That makes sense to me. FWIW, here is a combined patch which I think a maintainer should give a final look over.

Thank you for the patch!
Keith

gdb/ChangeLog:
2014-09-30  Keith Seitz  <keiths@redhat.com>
	    Mihail-Marian Nistor  <mihail.nistor@freescale.com>

	PR gdb/17394
	* linespec.c (struct collect_minsyms): Add new member `symtab'.
	(add_minsym): Handle cases where info.symtab is non-NULL.
	(search_minsyms_for_name): Add new parameter `symtab'.
	Handle limiting searches to a specific symtab.
	(add_matching_symtabs_to_info): Search through minimal symbols
	for language_asm files for which no new symbols are found.

gdb/testsuite/ChangeLog:
2014-09-30  Mihail-Marian Nistor  <mihail.nistor@freescale.com>

       PR gdb/17394
       * gdb.linespec/break-asm-file.c: New file.
       * gdb.linespec/break-asm-file.exp: New file.
       * gdb.linespec/break-asm-file0.s: New file.
       * gdb.linespec/break-asm-file1.s: New file.


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

* Re: [PING] [PATCH v2] Bug 17394: we cannot put a break-point at a global function for ASM file
  2014-12-10 21:11 [PING] [PATCH v2] Bug 17394: we cannot put a break-point at a global function for ASM file mihail.nistor
@ 2014-12-11 12:34 ` Joel Brobecker
  2014-12-11 15:38   ` mihail.nistor
  0 siblings, 1 reply; 3+ messages in thread
From: Joel Brobecker @ 2014-12-11 12:34 UTC (permalink / raw)
  To: mihail.nistor
  Cc: palves, kevinb, cagney, dje, drow, kettenis, jan.kratochvil,
	stan, tromey, Ulrich.Weigand, elena.zannoni, eliz, gdb-patches,
	keiths, mihaela.ilies

> Hello global maintainers,
>
> The deadline to receive the review for patch from a maintainer expired. Keith Seitz required a review from a maintainer for this patch on 30 September 2014.
>
> Please help us to find a maintainer that can do the review for this patch.

Sorry about the delay, and thank you for getting our attention to it.
You would mind sending a rebased patch, and I will try to review it
this weekend.

-- 
Joel

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

* RE: [PING] [PATCH v2] Bug 17394: we cannot put a break-point at a global function for ASM file
  2014-12-11 12:34 ` Joel Brobecker
@ 2014-12-11 15:38   ` mihail.nistor
  0 siblings, 0 replies; 3+ messages in thread
From: mihail.nistor @ 2014-12-11 15:38 UTC (permalink / raw)
  To: Joel Brobecker, gdb-patches; +Cc: keiths, mihaela.ilies

Hello Joel,

The linespec.c file was not changed in this period of time, so you can look over the patch at https://sourceware.org/ml/gdb-patches/2014-09/msg00909.html

Thank you very much for your support.

Mihai

-----Original Message-----
From: Joel Brobecker [mailto:brobecker@adacore.com] 
Sent: Thursday, December 11, 2014 2:34 PM
To: Nistor Mihail-MNISTOR1
Cc: palves@redhat.com; kevinb@redhat.com; cagney@gnu.org; dje@google.com; drow@false.org; kettenis@gnu.org; jan.kratochvil@redhat.com; stan@codesourcery.com; tromey@redhat.com; Ulrich.Weigand@de.ibm.com; elena.zannoni@oracle.com; eliz@gnu.org; gdb-patches@sourceware.org; keiths@redhat.com; Ilies Mihaela-MIILIES1
Subject: Re: [PING] [PATCH v2] Bug 17394: we cannot put a break-point at a global function for ASM file

> Hello global maintainers,
>
> The deadline to receive the review for patch from a maintainer expired. Keith Seitz required a review from a maintainer for this patch on 30 September 2014.
>
> Please help us to find a maintainer that can do the review for this patch.

Sorry about the delay, and thank you for getting our attention to it.
You would mind sending a rebased patch, and I will try to review it this weekend.

--
Joel

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

end of thread, other threads:[~2014-12-11 15:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-10 21:11 [PING] [PATCH v2] Bug 17394: we cannot put a break-point at a global function for ASM file mihail.nistor
2014-12-11 12:34 ` Joel Brobecker
2014-12-11 15:38   ` mihail.nistor

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