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


I see. Thanks Daniel.

Hui

On Tue, Feb 3, 2009 at 01:04, Daniel Jacobowitz <drow@false.org> wrote:
> On Mon, Feb 02, 2009 at 09:01:16PM +0800, teawater wrote:
>> 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)
>
> You're going to need the 'expat' library when you build GDB.  If it's
> not installed in the system path, you'll have to add
> --with-libexpat-prefix when you configure GDB - check the configure
> output and manual for more information.
>
> --
> Daniel Jacobowitz
> CodeSourcery
>


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