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

Side by Side Diff: TOOL_REVISIONS

Issue 10826183: GDB: Test that we can step inside function. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | tests/gdb/gdb_test_guest.c » ('j') | tests/gdb/step_from_func_start.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Version number of the x86 host toolchain for untrusted targets. 1 # Version number of the x86 host toolchain for untrusted targets.
2 # Each of these toolchain revision numbers should only be updated 2 # Each of these toolchain revision numbers should only be updated
3 # whenever there has been a real change to the corresponding 3 # whenever there has been a real change to the corresponding
4 # toolchain, so that new toolchain tarballs are not downloaded 4 # toolchain, so that new toolchain tarballs are not downloaded
5 # unnecessarily. There is no need to keep these numbers in sync 5 # unnecessarily. There is no need to keep these numbers in sync
6 # with each other. 6 # with each other.
7 NEWLIB_VERSION=9338 7 NEWLIB_VERSION=9432
8 GLIBC_VERSION=9338 8 GLIBC_VERSION=9432
9 PNACL_VERSION=9407 9 PNACL_VERSION=9407
10 10
11 # ARM trusted toolchain version cannot be changed for now. 11 # ARM trusted toolchain version cannot be changed for now.
12 ARM_TRUSTED_VERSION=7004 12 ARM_TRUSTED_VERSION=7004
13 13
14 # Tool hashes 14 # Tool hashes
15 NACL_TOOL_LINUX_ARM-TRUSTED_HASH=ec30c10c190854804c6f7700825457ff390ee06f 15 NACL_TOOL_LINUX_ARM-TRUSTED_HASH=ec30c10c190854804c6f7700825457ff390ee06f
16 NACL_TOOL_LINUX_X86_HASH=d1de3b09ea064628bfbc63b23542c8d8611a750e 16 NACL_TOOL_LINUX_X86_HASH=5cdc25fe870f9f6fdcae3133bcf6e8d03099fa00
17 NACL_TOOL_LINUX_X86_NEWLIB_HASH=b7598727690fae24d0d588d936b3392673fb983e 17 NACL_TOOL_LINUX_X86_NEWLIB_HASH=27953a0f00366c0563ed1d541875a44aa2f4f4da
18 NACL_TOOL_MAC_X86_HASH=50edf493f9f7668c33131701929d21090ad7d7c4 18 NACL_TOOL_MAC_X86_HASH=732f0d9f28d15d17c61fcdcdb5658ac25c217265
19 NACL_TOOL_MAC_X86_NEWLIB_HASH=19194906374aed2b75ce39776fba62c49a6bfe85 19 NACL_TOOL_MAC_X86_NEWLIB_HASH=172efaa4c1033fa86322fb6e2303264a21bdad08
20 NACL_TOOL_PNACL_LINUX_X86_32_HASH=fe9d1c5ba21f28e851861d05d59f7e5366cb0e5d 20 NACL_TOOL_PNACL_LINUX_X86_32_HASH=fe9d1c5ba21f28e851861d05d59f7e5366cb0e5d
21 NACL_TOOL_PNACL_LINUX_X86_64_HASH=4a40fd109512a3acf539f837d33338e5a6fc8516 21 NACL_TOOL_PNACL_LINUX_X86_64_HASH=4a40fd109512a3acf539f837d33338e5a6fc8516
22 NACL_TOOL_PNACL_MAC_X86_32_HASH=74e8f3522223795a403d5fa022792cda6e0702bd 22 NACL_TOOL_PNACL_MAC_X86_32_HASH=74e8f3522223795a403d5fa022792cda6e0702bd
23 NACL_TOOL_PNACL_TRANSLATOR_HASH=8f8d9e4a337fb71e1e3d74db5b226afff6a45c87 23 NACL_TOOL_PNACL_TRANSLATOR_HASH=8f8d9e4a337fb71e1e3d74db5b226afff6a45c87
24 NACL_TOOL_PNACL_WIN_X86_32_HASH=a77eb6fe1e827eb35b4faa66e231438a6df4df81 24 NACL_TOOL_PNACL_WIN_X86_32_HASH=a77eb6fe1e827eb35b4faa66e231438a6df4df81
25 NACL_TOOL_WIN_X86_HASH=0d16e0389ae44464a06a1be8c1aa281a42f6d040 25 NACL_TOOL_WIN_X86_HASH=131b405582c97017533a0aeb5598599528556af5
26 NACL_TOOL_WIN_X86_NEWLIB_HASH=1a7547b4ec46caba476c381479079a75ab646e24 26 NACL_TOOL_WIN_X86_NEWLIB_HASH=021be99dc4da90932344ea1dcd831d51212b19e0
OLDNEW
« no previous file with comments | « no previous file | tests/gdb/gdb_test_guest.c » ('j') | tests/gdb/step_from_func_start.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698