From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21593 invoked by alias); 27 Oct 2012 09:10:50 -0000 Received: (qmail 21570 invoked by uid 48); 27 Oct 2012 09:10:50 -0000 From: "zhudonghai at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/9310] nexti command does not work when debugging ARM assembly language Date: Sat, 27 Oct 2012 09:10:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: zhudonghai at gmail dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: 7.5 X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2012-q4/txt/msg00153.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=9310 --- Comment #3 from zhudonghai at gmail dot com 2012-10-27 09:10:49 UTC --- I have done that yet, stepi always correctly single-step one instruction but nexti can't correctly step over the call instruction like bl or blx. I always use gdb reverse engineering some android app without symbol, and I want gdb can act like windbg, the debugger on windows platform. I also have tested gdb 7.1 i386 version, nexti command can't always step over the call instruction correctly. gdb is a versatile source debugger, maybe it is not very suitable for reverse engineering. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.