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

Issue 6524020: Merging gdb-jit changes for arm support + enhancements into top-of-trunk.... (Closed)

Created:
9 years, 10 months ago by shasank.chavan
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Added gdb-jit interface support for ARM. Compressed .debug_line table by 1) removing duplicate adjacent entries having the same line number, and 2) using special opcodes to encode multiple machine register state changes in one byte. Also made a fix involving the order in which static initializers are performed. Patch by Shasank Chavan of Hewlett-Packard Development Company, LP BUG=none TEST=Try building for arm Committed: http://code.google.com/p/v8/source/detail?r=6801

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -27 lines) Patch
M SConstruct View 1 chunk +1 line, -1 line 0 comments Download
M src/flag-definitions.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/gdb-jit.cc View 12 chunks +95 lines, -26 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
shasank.chavan
9 years, 10 months ago (2011-02-15 20:00:22 UTC) #1
Re-submitting changes to gdbjit support for + enhancements to debug line table
compression.

- Shasank

Powered by Google App Engine
This is Rietveld 408576698