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: [PATCH 0/4] catch syscall -- try 4 -- Introduction


Hi Sérgio,

I try it and I think it's so great.

When I use it, I got:
(gdb) catch syscall
warning: Can not parse XML syscalls information; XML support was
disabled at compile time
warning: Could not load the syscall XML file 'syscalls/i386-linux.xml'.
GDB will not be able to display syscall names.
Catchpoint 2 (any syscall)

Does it have some interface to set directory of xml file with myself?
I saw the texinfo but didn't get anything about it.

Thanks,
Hui

On Mon, Jan 26, 2009 at 08:30, Sérgio Durigan Júnior
<sergiodj@linux.vnet.ibm.com> wrote:
> Hello everybody,
>
> It's been a while since I don't post anything related to this patch, so
> I apologize. I've been busy with some other activities, so I had to use
> my spare time to work on this now.
>
> Here goes the fourth version of the catch syscall patch. For those of
> you who have been following the improvements, there's not so much to see
> in this version if you compare it to the previous one; even though, it's
> worth taking a look at it because there are lots of bug fixes (the vast
> majority were fixed by Jan K. , to whom I'd like to give my special
> thanks). The basic functionality remains the same.
>
> Many thanks to Jan K., Phil Muldoon, Rick Moseley and Tom Tromey for
> dedicating their time to this activity. Also, thanks to teawater and
> Daniel Jacobowitz for bringing this patch back to discussion.
>
> The division of the patch is basically the same: the first part contains
> architecture-independent code; the second contains
> architecture-dependent; the third is for the XML support code; and the
> fourth contains code for the build system, testacase and documentation.
> Please, apply all four patches in order to have GDB compiled correctly.
>
> Please, comment, test and review.
>
> Regards,
>
> --
> Sérgio Durigan Júnior
> Linux on Power Toolchain - Software Engineer
> Linux Technology Center - LTC
> IBM Brazil
>
>


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