Commit graph

47 commits

Author SHA1 Message Date
klugier
be0ff6854b Gdb: Limit CPU usage by introducing non agressive GuiSleep in GdbCmd.cpp. Moreover fix issue when GDB interface is still active after setting live breakpoint.
git-svn-id: svn://ultimatepp.org/upp/trunk@12115 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-07-29 14:25:40 +00:00
klugier
902e028ff5 Gdb: Replace system command with Sys in GdbWindowsUtils::BreakRunning + cosmetics.
git-svn-id: svn://ultimatepp.org/upp/trunk@12113 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-07-28 18:42:47 +00:00
klugier
8f1a16b8b5 Gdb: 64-bit version of TheIDE can break 32-bit debugge process. #1892
git-svn-id: svn://ultimatepp.org/upp/trunk@12111 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-07-28 14:38:37 +00:00
klugier
a84c24d4e1 Gdb: Cmdp now calls ObtainThreadInfo when operation has chance to finish with success.
git-svn-id: svn://ultimatepp.org/upp/trunk@12086 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-07-20 21:57:13 +00:00
cxl
19346ee19c .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@12085 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-07-20 21:54:04 +00:00
klugier
c66f03ab66 Ide: GDB debugger backend now reports error when obtaining threads info opration fail + minro refactoring related to GDB.
git-svn-id: svn://ultimatepp.org/upp/trunk@12083 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-07-20 20:39:22 +00:00
cxl
a6b0226fe3 ide: Fixed to compile
git-svn-id: svn://ultimatepp.org/upp/trunk@12058 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-07-08 07:55:40 +00:00
klugier
06e308f376 GDB: Fix memory leak in GdbCreate function.
git-svn-id: svn://ultimatepp.org/upp/trunk@12055 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-07-06 17:52:08 +00:00
klugier
6f8d337202 Gdb: All visible GDB controls are now cleared properly when debugger is relunched.
git-svn-id: svn://ultimatepp.org/upp/trunk@12048 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-07-05 21:15:37 +00:00
klugier
ee1466d1ea Gdb: Disas is now being cleared after run.
git-svn-id: svn://ultimatepp.org/upp/trunk@12047 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-07-05 19:35:08 +00:00
cxl
aa32e68e47 ide: GDB now supports live breakpoints
git-svn-id: svn://ultimatepp.org/upp/trunk@12038 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-07-01 21:24:14 +00:00
cxl
8a769224fe ide: GDB improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@12037 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-07-01 20:54:57 +00:00
klugier
ecefe9c92c Gdb: Threads now being cleared before launching or continuing debugger execution to avoid debugger crash while switching threads during debugging.
git-svn-id: svn://ultimatepp.org/upp/trunk@12033 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-06-30 16:00:49 +00:00
klugier
33ba3dd2d4 Gdb: Debugger now remembers the last selected position in stack trace + minor GDB creation improvement.
git-svn-id: svn://ultimatepp.org/upp/trunk@12031 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-06-30 14:37:37 +00:00
klugier
7cefd91456 Gdb: Gdb now informs that stack has been trimed.
git-svn-id: svn://ultimatepp.org/upp/trunk@12030 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-06-29 23:11:25 +00:00
klugier
7de7d59613 Gdb: DropFrames() method now informs user that the stack is limited.
git-svn-id: svn://ultimatepp.org/upp/trunk@12029 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-06-29 22:58:22 +00:00
klugier
08feb01681 Gdb: #1 Added additional logs when kill close handle operation failed while breaking execution. #2 Gdb now supports displays up 200 entries of the stack to avoid ide not response when recursion is infinit. #3 Gdb now reports failure when breakpoint is not setted to TheIDE. #4 Remove infinit recursion in Ide::OnBreakpoint method.
git-svn-id: svn://ultimatepp.org/upp/trunk@12028 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-06-29 20:09:25 +00:00
cxl
e037086888 ide: Debugger stop now works in POSIX
git-svn-id: svn://ultimatepp.org/upp/trunk@12018 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-06-26 08:06:19 +00:00
cxl
0bb2f7c697 ide: GDB now supports breaking the process in Win32
git-svn-id: svn://ultimatepp.org/upp/trunk@12017 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-06-26 07:50:29 +00:00
cxl
0ad08383de ide: Fixed problem with PDB debugger runtime breakpoints via mouse
git-svn-id: svn://ultimatepp.org/upp/trunk@12014 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-06-21 18:50:43 +00:00
cxl
0991f3b315 .ide: Fixed to compile
git-svn-id: svn://ultimatepp.org/upp/trunk@11862 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-03-23 08:39:41 +00:00
cxl
97d5bde738 Debugger improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@11857 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-03-21 21:35:17 +00:00
cxl
1176de6eeb ide: Fixed issue with gdb frontend (missing current line arrow)
git-svn-id: svn://ultimatepp.org/upp/trunk@11496 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-26 17:20:03 +00:00
cxl
c91cd8d5f1 ide: Fixed issue with debugger randomly stopping at continue
git-svn-id: svn://ultimatepp.org/upp/trunk@11461 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-13 10:29:18 +00:00
klugier
7956025532 .ide IDE now lauches terminal for console apps while debugging using MinGW. Thanks omari for outstanding contribution in this area. #1370
git-svn-id: svn://ultimatepp.org/upp/trunk@11185 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-06-18 13:54:22 +00:00
klugier
65d9a29017 .ide Gdb now creates command basing on host behavior not local enviroment.
git-svn-id: svn://ultimatepp.org/upp/trunk@10973 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-03-26 19:12:10 +00:00
klugier
eccc14f4ba .ide .rc file works when upp localization contains space on GCC.
git-svn-id: svn://ultimatepp.org/upp/trunk@10972 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-03-26 13:53:48 +00:00
klugier
609c4314c0 .ide executable path is now normalized when passing it to gdb command. #1661
git-svn-id: svn://ultimatepp.org/upp/trunk@10958 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-03-19 20:02:29 +00:00
cxl
5c86036124 .reorganizing
git-svn-id: svn://ultimatepp.org/upp/trunk@9759 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-05-01 20:21:16 +00:00
cxl
da5cb151e1 ide: CParser usage added catches
git-svn-id: svn://ultimatepp.org/upp/trunk@9449 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-02-04 19:44:09 +00:00
cxl
1a5985e5a8 ide: gdb frontend tree explorer #1307
git-svn-id: svn://ultimatepp.org/upp/trunk@9124 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-31 20:15:33 +00:00
cxl
3add7599e5 ide: Fixed to compile in posix
git-svn-id: svn://ultimatepp.org/upp/trunk@9109 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-29 17:39:44 +00:00
cxl
e38c46cb32 ide: gdb features #1309
git-svn-id: svn://ultimatepp.org/upp/trunk@9105 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-28 18:48:08 +00:00
cxl
e79b72d952 ide: gdb issues
git-svn-id: svn://ultimatepp.org/upp/trunk@9089 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-27 06:51:53 +00:00
cxl
6864e90052 ide: Standard debugger improved
git-svn-id: svn://ultimatepp.org/upp/trunk@9081 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-25 17:12:59 +00:00
cxl
17672a6600 ide: Legacy GDB debugger refurbished
git-svn-id: svn://ultimatepp.org/upp/trunk@9080 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-25 15:32:29 +00:00
cxl
66eb5381ca .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@9077 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-25 07:37:06 +00:00
cxl
f92d4d7caf Painter: BufferPainter::PreClip #214
git-svn-id: svn://ultimatepp.org/upp/trunk@8094 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-01-26 15:11:14 +00:00
cxl
6a8f79f9ff ide: Removed dependency on coff
git-svn-id: svn://ultimatepp.org/upp/trunk@7338 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-04-28 17:24:13 +00:00
cxl
2499156e6b Ide: Fixed legacy debugger #709
git-svn-id: svn://ultimatepp.org/upp/trunk@7311 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-04-25 07:00:31 +00:00
cxl
51687976c2 cpp11 branch merged back to to trunk
git-svn-id: svn://ultimatepp.org/upp/trunk@7047 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-03-16 16:33:48 +00:00
cxl
aae8c1656f CtrlCore: Removed gtk console errors
git-svn-id: svn://ultimatepp.org/upp/trunk@6943 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-02-21 16:28:58 +00:00
micio
e129ab2ce7 Ide/Debuggers/Gdb : made a function static
git-svn-id: svn://ultimatepp.org/upp/trunk@6940 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-02-21 07:55:08 +00:00
cxl
0ad5532512 ide: POSIX debugging of console applications now launches console #507
git-svn-id: svn://ultimatepp.org/upp/trunk@6677 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-12-19 12:36:35 +00:00
cxl
ee67442430 ide: Debug icons #579, #578 (thanks Zbigniew)
git-svn-id: svn://ultimatepp.org/upp/trunk@6671 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-12-18 18:33:40 +00:00
dolik
43de528372 ide: Allow conditional breakpoints
git-svn-id: svn://ultimatepp.org/upp/trunk@2975 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-08 16:57:03 +00:00
mdelfede
d2b54f7989 changed svn layout
git-svn-id: svn://ultimatepp.org/upp/trunk@281 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-06-07 22:31:27 +00:00