Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(160)

Issue 22399003: Fix finish command for PNaCl. (Closed)

Created:
7 years, 4 months ago by halyavin
Modified:
7 years, 4 months ago
Reviewers:
eaeltsin
CC:
native-client-reviews_googlegroups.com
Base URL:
http://git.chromium.org/native_client/nacl-gdb.git@master
Visibility:
Public.

Description

Fix finish command for PNaCl. Since PNaCl hides base address, frame stack addresss may contain base address or not depending on whether it comes from register or stack frame. BUG= https://code.google.com/p/nativeclient/issues/detail?id=3600 TEST= none R=eaeltsin@google.com Committed: https://git.chromium.org/gitweb?p=native_client/nacl-gdb.git;a=commit;h=6344469

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -1 line) Patch
M gdb/frame.c View 1 2 chunks +7 lines, -1 line 1 comment Download

Messages

Total messages: 5 (0 generated)
halyavin
7 years, 4 months ago (2013-08-06 10:52:39 UTC) #1
eaeltsin
https://codereview.chromium.org/22399003/diff/1/gdb/frame.c File gdb/frame.c (right): https://codereview.chromium.org/22399003/diff/1/gdb/frame.c#newcode451 gdb/frame.c:451: uint32_t max_addr = (uint32_t) -1; const or #define? if ...
7 years, 4 months ago (2013-08-06 18:14:42 UTC) #2
halyavin
https://codereview.chromium.org/22399003/diff/1/gdb/frame.c File gdb/frame.c (right): https://codereview.chromium.org/22399003/diff/1/gdb/frame.c#newcode451 gdb/frame.c:451: uint32_t max_addr = (uint32_t) -1; On 2013/08/06 18:14:42, eaeltsin ...
7 years, 4 months ago (2013-08-07 08:04:25 UTC) #3
eaeltsin
lgtm Still have questions on the check, but don't think they are blocking. https://codereview.chromium.org/22399003/diff/6001/gdb/frame.c File ...
7 years, 4 months ago (2013-08-07 18:03:38 UTC) #4
halyavin
7 years, 4 months ago (2013-08-08 06:15:46 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r6344469 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698