- 18 Dec, 2014 3 commits
-
-
Nicolás Alvarez authored
We should port away from kdewin as soon as possible, but for now I just wanted to get the code to build...
-
Nicolás Alvarez authored
-
Nicolás Alvarez authored
-
- 17 Dec, 2014 1 commit
-
-
Nicolai Hähnle authored
-
- 16 Dec, 2014 11 commits
-
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
This should prevent the crash observed in https://paste.kde.org/p0vezsuve Since I am unable to reproduce that crash, it is unclear whether the scenario that lead to the crash is handled completely correctly now. REVIEW: 121481
-
Nicolai Hähnle authored
-
Kevin Funk authored
Conflicts: app/CMakeLists.txt languages/cpp/parser/rpp/CMakeLists.txt
-
Format preprocessed body for Cpp::NavigationWidget. REVIEW: 121338
-
Script Kiddy authored
-
- 15 Dec, 2014 1 commit
-
-
Milian Wolff authored
-
- 13 Dec, 2014 6 commits
-
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
REVIEW: 121469
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
-
- 12 Dec, 2014 17 commits
-
-
Nicolai Hähnle authored
gdb can operate in a mode where gdb receives commands while the inferior (or a subset of the threads of the inferior) is running. REVIEW: 121465
-
Nicolai Hähnle authored
Instead of relying on a cmake-configured gdbinit that might end up being moved around by the user, we add the Python path at the point where we also determine the path to gdbinit. REVIEW: 121464
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
Wait explicitly until the debugger is idle, which should avoid accidentally accepting an intermittent pause state; it also ensures that data reloading has completed e.g. for the frame stack model.
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
Instead of waiting for a debugger state, wait for a combination of debugger state + breakpoint hit-count. This ensures that the test does the right thing even when an intermediate PausedState is encountered during program startup. It also happens to verify that the breakpoint hitCount is updated correctly.
-
Nicolai Hähnle authored
This is a first step towards picking up changes of the running state that are caused by user commands to GDB.
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
The GDB documentation says that async notifications may arrive at any time, even when all commands have returned a result.
-
Nicolai Hähnle authored
In particular, split Result and Async records into separate categories to mirror the GDB documentation and account for the reality that async records can come at any time according to the GDB doc, and need to be processed in any case. These changes should help make the debugger more robust in the long term.
-
Nicolai Hähnle authored
Attempt to provide a cleaner environment during unit tests, in particular do not read the user's .gdbinit files (those can mess up breakpoint counts etc.).
-
- 11 Dec, 2014 1 commit
-
-
Nicolai Hähnle authored
-