mirror of
https://github.com/openharmony/third_party_ejdb.git
synced 2026-07-01 04:52:25 -04:00
746a2ab6e6
Signed-off-by: zhouhaifeng <kutcher.zhou@huawei.com>
24 lines
365 B
Plaintext
24 lines
365 B
Plaintext
|
|
cd ./build/src/jql/tests
|
|
file ./jql_test1
|
|
#set args --ssl
|
|
|
|
set confirm off
|
|
set follow-fork-mode parent
|
|
set detach-on-fork on
|
|
set print elements 4096
|
|
|
|
define lb
|
|
set breakpoint pending on
|
|
source ~/.breakpoints
|
|
set breakpoint pending auto
|
|
echo breakpoints loaded\n
|
|
end
|
|
|
|
define sb
|
|
save breakpoints ~/.breakpoints
|
|
echo breakpoints saved\n
|
|
end
|
|
|
|
|