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: breakpoint with arm gdb (android 4.4)


On 06/29/2014 03:31 PM, Aaron Lewis wrote:
> Now I need to break on __android_log_print, but:
>> > break __android_log_print
> Is never triggered .. and
> 
>> > break __android_log_print@got.plt
> result in an inaccessible memory error
> 
> Non of them works, any ideas? I do see a log in adb logcat

Does 'b *__android_log_print' work for you?

-- 
Yao (éå)


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