Commit Graph

144 Commits (de6788920b1424cddbe6e8b47b7aba19414a92a8)
 

Author SHA1 Message Date
TDE Gitea e8c0ec81f3 Reset submodule main/applications/kdbg/admin to latest HEAD 5 years ago
TDE Gitea 1abec755f7 Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea e1884879c1 Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea a9385cc317 Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
Slávek Banko e850871862 Merge translation files from master branch. 5 years ago
Slávek Banko 646f7b9310 Update translation template. 5 years ago
TDE Gitea ede2d1eac5 Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea ab5c45175c Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea cf075e1770 Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea 29e5d935b7 Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea 9c1779be01 Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea a6a19c2c08 Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
Slávek Banko 36df2bcff3 Merge translation files from master branch. 5 years ago
TDE Gitea 744873bc61 Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
Slávek Banko f869d98c4f
Switch all submodules to https.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Slávek Banko 30f11b5af9 Merge translation files from master branch. 6 years ago
TDE Gitea 50a582cbec Reset submodule main/applications/kdbg/cmake to latest HEAD 6 years ago
Slávek Banko 47256bcaa2 Merge translation files from master branch. 6 years ago
Slávek Banko 3d923d6641 Update translation template. 6 years ago
Johannes Sixt bbfa870453
Fix call of a member function dependent on a template parameter.
We must make the access of 'push_back' dependent, too. Otherwise, name
lookup does not find the name. Earlier compilers were more permissive and
did find the name.
(cherry picked from upstream commit 5f55847d441aba7742417e78c3b4fbe8344acc5e)

(cherry picked from commit a6469516e6)
6 years ago
Johannes Sixt 547472d596
Fix parsing of disassembly produced by gdb 7.1.
Since gdb 7.1, the address does not start at the beginning of a line, and
it can be prefixed by a pointer => that indicates the current instruction.
(cherry picked from upstream commit 5c5f34852d30337ef7c23ef4e88d50ecee1c0703)

(cherry picked from commit 26a2a75988)
6 years ago
Johannes Sixt 636663de42
Grok gdb 7's <incomplete sequence> marker in strings.
When a string ends in an incomplete multi-byte sequence, gdb adds an
<incomplete sequence...> fragment to the end of the string. Previously,
this resulted in a parse error and incomplete variable information.

Reported by Kevin Lemay.
(cherry picked from upstream commit 03da8a5ec97c8c7b125b2bd453d2f1c3a018d477)

(cherry picked from commit a8abc77457)
6 years ago
Johannes Sixt 147a454872
Fix assembler code display with gdb 7.1 and later.
The syntax of the 'disassemble' command changed in gdb 7.1: it now requires
a comma between the two address expressions. Previously, KDbg showed an
error message instead of assembler code when a plus in front of a source
code line was clicked.

Reported by Gerfried Essler.

This reverts part of the previous commit.
(cherry picked from upstream commit b6ee6a035abe41f7c0d59fbd830e895b6edeb748)

(cherry picked from commit a57f5f7c68)
6 years ago
gregory guy d4eb6e99e2
Drop gdb versionning.
Cherry picked and adapted from commit 0efc808f from the original author
of kdbg, code available at https://github.com/j6t/kdbg under GPL 2.0"

Quote from the author:
In early days of KDbg, it was important to use a suitable command to load
a core file. This was before gdb 4.16. To pick the right command, the
version number was parsed from gdb's greeting.

At least with modern gdb the regular expression does not match anymore.
So let's assume that nobody is using ancient gdb anymore, and always use
the modern command.

Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit 50d3d7881e)
6 years ago
Slávek Banko db5c50e213 Merge translation files from master branch. 6 years ago
gregory guy f7942d879a
drop some qt2 deprecated
Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit b84d4a9cc7)
6 years ago
TDE Gitea b7b1297d14 Reset submodule main/applications/kdbg/cmake to latest HEAD 6 years ago
TDE Gitea d2e7490347 Reset submodule main/applications/kdbg/cmake to latest HEAD 6 years ago
TDE Gitea 15dab314c1 Reset submodule main/applications/kdbg/cmake to latest HEAD 6 years ago
TDE Gitea dd88489ab2 Reset submodule main/applications/kdbg/admin to latest HEAD 6 years ago
TDE Gitea 1a6b48ac8f Reset submodule main/applications/kdbg/cmake to latest HEAD 6 years ago
TDE Gitea 213359c73f Reset submodule main/applications/kdbg/cmake to latest HEAD 6 years ago
TDE Weblate ac562440a2
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/kdbg
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg/
(cherry picked from commit c2ec32453a)
6 years ago
Slávek Banko c83e456849
Update translation template.
(cherry picked from commit 839bea53dc)
6 years ago
TDE Gitea 64f9da69de Reset submodule main/applications/kdbg/cmake to latest HEAD 6 years ago
TDE Gitea 7b8103218d Reset submodule main/applications/kdbg/cmake to latest HEAD 6 years ago
TDE Weblate bbb0a1e280
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/kdbg
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg/
(cherry picked from commit bf18d277b0)
6 years ago
Slávek Banko f4f7f6523f
Add CMakeL10n rules.
Create translation template.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 71e86fb73f)
6 years ago
TDE Gitea e0cfec97c7 Reset submodule main/applications/kdbg/cmake to latest HEAD 6 years ago
TDE Gitea 664e0f69e1 Reset submodule main/applications/kdbg/cmake to latest HEAD 6 years ago
TDE Gitea b89faf8b99 Reset submodule main/applications/kdbg/admin to latest HEAD 6 years ago
TDE Gitea 1c37a16f58 Reset submodule main/applications/kdbg/cmake to latest HEAD 6 years ago
TDE Gitea e645eb64e8 Reset submodule main/applications/kdbg/cmake to latest HEAD 6 years ago
TDE Gitea 48689fb639 Reset submodule main/applications/kdbg/admin to latest HEAD 7 years ago
Slávek Banko 2774e8dfe2
Fix FTBFS due to improper automoc
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1b83bd0016)
7 years ago
Slávek Banko 75762a66e1 Reset submodule main/applications/kdbg/admin to latest HEAD 7 years ago
Slávek Banko b5873456a2 Reset submodule main/applications/kdbg/admin to latest HEAD 7 years ago
Slávek Banko 4b304b934e Reset submodule main/applications/kdbg/admin to latest HEAD 7 years ago
Slávek Banko 7c53d7276b Reset submodule main/applications/kdbg/cmake to latest HEAD 8 years ago
Slávek Banko 82dd1f2bf1 Reset submodule main/applications/kdbg/cmake to latest HEAD 8 years ago