 Chromium Code Reviews
 Chromium Code Reviews Issue 14188058:
  Linux: Change dump_app_syms script to pass -r to dump_syms. This option was added in Breakpad r1163.  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/src/
    
  
    Issue 14188058:
  Linux: Change dump_app_syms script to pass -r to dump_syms. This option was added in Breakpad r1163.  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/src/| Index: build/linux/dump_app_syms | 
| =================================================================== | 
| --- build/linux/dump_app_syms (revision 195932) | 
| +++ build/linux/dump_app_syms (working copy) | 
| @@ -28,7 +28,7 @@ | 
| # Dump the symbols from the given binary. | 
| if [ ! -e "$OUTFILE" -o "$INFILE" -nt "$OUTFILE" ]; then | 
| - "$DUMPSYMS" "$INFILE" > "$OUTFILE" | 
| + "$DUMPSYMS" -r "$INFILE" > "$OUTFILE" | 
| fi | 
| if [ "$STRIP_BINARY" != "0" ]; then |