From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30191 invoked by alias); 29 Jun 2014 07:32:13 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 30092 invoked by uid 89); 29 Jun 2014 07:32:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oa0-f49.google.com Received: from mail-oa0-f49.google.com (HELO mail-oa0-f49.google.com) (209.85.219.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 29 Jun 2014 07:31:58 +0000 Received: by mail-oa0-f49.google.com with SMTP id i7so7362735oag.22 for ; Sun, 29 Jun 2014 00:31:56 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.60.83.177 with SMTP id r17mr4918352oey.53.1404027116484; Sun, 29 Jun 2014 00:31:56 -0700 (PDT) Received: by 10.76.23.66 with HTTP; Sun, 29 Jun 2014 00:31:56 -0700 (PDT) Date: Sun, 29 Jun 2014 07:32:00 -0000 Message-ID: Subject: breakpoint with arm gdb (android 4.4) From: Aaron Lewis To: gdb@sourceware.org Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00098.txt.bz2 Hi, I'm trying to debug a 3rd part JNI library with arm edition of gdb. 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 -- Best Regards, Aaron Lewis - PGP: 0x13714D33 - http://pgp.mit.edu/ Finger Print: 9F67 391B B770 8FF6 99DC D92D 87F6 2602 1371 4D33