File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,10 @@ alias gasan='GYP_GENERATORS=ninja build/gyp_chromium -D asan=1 -D linux_use_tcma
54
54
alias gasand='GYP_GENERATORS=ninja build/gyp_chromium -D asan=1 -D linux_use_tcmalloc=0 -D release_extra_cflags="-g" -D clang=1'
55
55
alias gaura='GYP_GENERATORS=ninja build/gyp_chromium -D use_aura=1'
56
56
alias gaurad='GYP_GENERATORS=ninja build/gyp_chromium -D use_aura=1'
57
+ alias gdb-browser='gdb -tui -ex=r --args out/Debug/chrome --disable-seccomp-sandbox'
58
+ alias gdb-browser2='gdb -tui -ex=r --args out2/Debug/chrome --disable-seccomp-sandbox'
57
59
alias gdb-index='./build/gdb-add-index ./out/Debug/chrome && ldd -d ./out/Debug/chrome | grep "out/Debug/.*\.so" | cut -d ">" -f2 | cut -d " " -f2 | xargs -n1 ./build/gdb-add-index && notify'
60
+ alias gdb-index2='./build/gdb-add-index ./out2/Debug/chrome && ldd -d ./out2/Debug/chrome | grep "out2/Debug/.*\.so" | cut -d ">" -f2 | cut -d " " -f2 | xargs -n1 ./build/gdb-add-index && notify'
58
61
alias gos='GYP_GENERATORS=ninja build/gyp_chromium -D chromeos=1'
59
62
alias gsync='tools/sync-webkit-git.py -v && gclient sync -D'
60
63
alias lupdate='git branch -D lkgr 1>/dev/null 2&>1; git lkgr | xargs git branch -f lkgr'
You can’t perform that action at this time.
0 commit comments