Makefile.am |   14 ++++++++++++++
 1 file changed, 14 insertions(+)

New commits:
commit 737d0beea48135a8c7ac7114bab6a977dcf66c3d
Author: Jan Holesovsky <ke...@collabora.com>
Date:   Wed Apr 25 13:46:48 2018 +0200

    Targed for running loolwsd under gdb.
    
    Change-Id: Id3e946f90b7e61d67b2cee34276a58501380b96d
    Reviewed-on: https://gerrit.libreoffice.org/53447
    Reviewed-by: Jan Holesovsky <ke...@collabora.com>
    Tested-by: Jan Holesovsky <ke...@collabora.com>

diff --git a/Makefile.am b/Makefile.am
index 6aedc561c..19e575860 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -265,6 +265,20 @@ run-valgrind: all @JAILS_PATH@ 
@SYSTEMPLATE_PATH@/system_stamp
                          --o:admin_console.username=admin 
--o:admin_console.password=admin \
                          --o:logging.file[@enable]=false 
--o:logging.level=trace
 
+run-gdb: all @JAILS_PATH@ @SYSTEMPLATE_PATH@/system_stamp
+       @echo "Launching loolwsd under valgrind's callgrind"
+       @fc-cache "@LO_PATH@"/share/fonts/truetype
+       @cp $(abs_top_srcdir)/test/data/hello.odt 
$(abs_top_srcdir)/test/data/hello-world.odt
+       gdb --tui --args \
+               ./loolwsd --nocaps \
+                         --o:sys_template_path="@SYSTEMPLATE_PATH@" 
--o:lo_template_path="@LO_PATH@" \
+                         --o:child_root_path="@JAILS_PATH@" 
--o:storage.filesystem[@allow]=true \
+                         
--o:ssl.cert_file_path="$(abs_top_srcdir)/etc/cert.pem" \
+                         --o:ssl.key_file_path="$(abs_top_srcdir)/etc/key.pem" 
\
+                         
--o:ssl.ca_file_path="$(abs_top_srcdir)/etc/ca-chain.cert.pem" \
+                         --o:admin_console.username=admin 
--o:admin_console.password=admin \
+                         --o:logging.file[@enable]=false 
--o:logging.level=error
+
 run-callgrind: all @JAILS_PATH@ @SYSTEMPLATE_PATH@/system_stamp
        @echo "Launching loolwsd under valgrind's callgrind"
        @fc-cache "@LO_PATH@"/share/fonts/truetype
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to