Commit Graph

115 Commits (417d663bffbab01f37ff5eb45eae41cb6e8ab5f0)
 

Author SHA1 Message Date
TDE Gitea 417d663bff Reset submodule main/applications/kdbg/cmake to latest HEAD 4 years ago
TDE Gitea 9334fd2f86 Reset submodule main/applications/kdbg/cmake to latest HEAD 4 years ago
TDE Gitea 8847ebb55d Reset submodule main/applications/kdbg/admin to latest HEAD 4 years ago
TDE Gitea 128509739d Reset submodule main/applications/kdbg/cmake to latest HEAD 4 years ago
TDE Gitea 4f509f0fda Reset submodule main/applications/kdbg/cmake to latest HEAD 4 years ago
TDE Gitea 546a1a8665 Reset submodule main/applications/kdbg/admin to latest HEAD 4 years ago
TDE Gitea 891671a9a3 Reset submodule main/applications/kdbg/cmake to latest HEAD 4 years ago
TDE Gitea 1ad2b0a856 Reset submodule main/applications/kdbg/admin to latest HEAD 4 years ago
Michele Calgaro b878ad5200
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c0b28c8038)
4 years ago
TDE Gitea 7d72cb0db8 Reset submodule main/applications/kdbg/cmake to latest HEAD 4 years ago
TDE Gitea 6129f97e51 Reset submodule main/applications/kdbg/admin to latest HEAD 4 years ago
TDE Gitea 950b1a40ed Reset submodule main/applications/kdbg/cmake to latest HEAD 4 years ago
TDE Gitea 5032c97abf Reset submodule main/applications/kdbg/admin to latest HEAD 4 years ago
TDE Gitea 209b95b469 Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea 401d0c0fa0 Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea a2eae6408a Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea 731f67dccc Reset submodule main/applications/kdbg/admin to latest HEAD 5 years ago
TDE Gitea bd5fe771e6 Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea ced1e67810 Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea 66d373aee3 Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea ddc8e20cba Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
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