Skip to content

Commit 6573f21

Browse files
committed
gdb-browser, gdb-index2
1 parent 147b8e0 commit 6573f21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

aliases

+3
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@ alias gasan='GYP_GENERATORS=ninja build/gyp_chromium -D asan=1 -D linux_use_tcma
5454
alias gasand='GYP_GENERATORS=ninja build/gyp_chromium -D asan=1 -D linux_use_tcmalloc=0 -D release_extra_cflags="-g" -D clang=1'
5555
alias gaura='GYP_GENERATORS=ninja build/gyp_chromium -D use_aura=1'
5656
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'
5759
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'
5861
alias gos='GYP_GENERATORS=ninja build/gyp_chromium -D chromeos=1'
5962
alias gsync='tools/sync-webkit-git.py -v && gclient sync -D'
6063
alias lupdate='git branch -D lkgr 1>/dev/null 2&>1; git lkgr | xargs git branch -f lkgr'

0 commit comments

Comments
 (0)