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

Issue 40288: Re-implemented the install-build-deps.sh script file, so that on 64 bit... (Closed)

Created:
11 years, 9 months ago by Markus (顧孟勤)
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Re-implemented the install-build-deps.sh script file, so that on 64 bit systems we build and install proper Debian packages instead of directly installing files into the filesystem. This allows the user to cleanly uninstall the packages and it prevents corruption from us accidentally overwriting files that the system tries to manage itself. Also, the script now installs debugging symbols where available. This allows gdb to step into system libraries. The developer still needs to download the actual source code with "apt-get source" and point the debugger to it. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=11336

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+166 lines, -97 lines) Patch
M build/install-build-deps.sh View 1 chunk +166 lines, -97 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Markus (顧孟勤)
After getting support for 32bit debugging symbols working in an ad hoc fashion on my ...
11 years, 9 months ago (2009-03-09 04:26:51 UTC) #1
Evan Martin
I will leave this for dkegel to review, unless he wants otherwise. :)
11 years, 9 months ago (2009-03-09 18:46:46 UTC) #2
Michael Moss
11 years, 9 months ago (2009-03-10 16:36:44 UTC) #3
LGTM.

Powered by Google App Engine
This is Rietveld 408576698