This is the mail archive of the gdb@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: Slowdown of the response from the command line?


>>>>> ">" == asm warrior <asmwarrior@gmail.com> writes:

>> When I try to view the wxString value in a DLL, I entered this command to GDB
>> output /c m_Str.m_pchData[0]@((wxStringData*)m_Str.m_pchData - 1)->nDataLength

>> Also, I have create a bug report here :
>> http://sourceware.org/bugzilla/show_bug.cgi?id=11316
>> Does anyone experience this time delay? Thanks

I haven't noticed it, but I think the best way to find it is to profile.

I think you can build a -pg gdb and use maint set profile to profile a
single command, though I have not tried this in a long time.

Tom


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