Commit graph

63 commits

Author SHA1 Message Date
cxl
b0470d0003 debugger improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@14187 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-03-25 14:46:09 +00:00
cxl
67fa10f942 ide: PDB Image support
git-svn-id: svn://ultimatepp.org/upp/trunk@14184 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-03-23 09:14:00 +00:00
cxl
11cda24139 ide: PDB std::unordered_ support
git-svn-id: svn://ultimatepp.org/upp/trunk@14181 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-03-22 15:28:02 +00:00
cxl
cbe68ef380 ide: PDB std::deque support
git-svn-id: svn://ultimatepp.org/upp/trunk@14179 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-03-19 23:58:09 +00:00
cxl
88174382fd ide: PDB std::list support
git-svn-id: svn://ultimatepp.org/upp/trunk@14170 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-03-15 17:49:23 +00:00
cxl
31e9462308 ide: PDB pretty for clang's map/set
git-svn-id: svn://ultimatepp.org/upp/trunk@14168 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-03-15 15:54:19 +00:00
cxl
0010834106 ide: Developing debugger support for std::map, set, multimap, multiset
git-svn-id: svn://ultimatepp.org/upp/trunk@14126 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-03-05 14:26:10 +00:00
cxl
5b1df3f22d ide: clang related fixes, find in files now trims long lines when putting them to output display array to avoid slowdowns
git-svn-id: svn://ultimatepp.org/upp/trunk@14115 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-03-02 13:34:24 +00:00
cxl
60342b66f7 ide: Clang debugger fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@14106 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-02-29 06:50:11 +00:00
cxl
9b9e9c7b3d ide: PDB improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@13763 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-12-14 14:20:06 +00:00
cxl
7cf675d69e ide: PDB improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@13762 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-12-14 14:02:51 +00:00
cxl
caf9b82767 ide: PDB tree now showing pointer arrays
git-svn-id: svn://ultimatepp.org/upp/trunk@13761 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-12-13 17:53:59 +00:00
cxl
ab3cf09864 ide: PDB workaround for value parameter issue
git-svn-id: svn://ultimatepp.org/upp/trunk@13749 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-12-10 13:20:57 +00:00
cxl
815972a09f ide: Pdb debugger improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@13742 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-12-06 18:50:11 +00:00
cxl
1f1d16e1dd ide: PDB debugger improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@13740 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-12-06 12:23:06 +00:00
cxl
bb765843bb PDB debugger improved
git-svn-id: svn://ultimatepp.org/upp/trunk@13735 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-12-05 17:22:12 +00:00
cxl
21f299b26b ide: PDB debugger improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@13732 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-12-03 13:57:46 +00:00
cxl
90b9b0e3ca ide: PDB Color, RGBA support
git-svn-id: svn://ultimatepp.org/upp/trunk@13731 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-12-03 10:12:57 +00:00
cxl
fef24c6cf8 ide: PDB improved
git-svn-id: svn://ultimatepp.org/upp/trunk@13730 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-12-02 10:01:13 +00:00
cxl
7948fa0d68 ide: PDB debugger now supports tree view of recognized high-level types
git-svn-id: svn://ultimatepp.org/upp/trunk@13724 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-11-29 13:51:32 +00:00
cxl
dc882bc950 ide: PDB GUI redesign
git-svn-id: svn://ultimatepp.org/upp/trunk@13723 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-11-28 17:22:00 +00:00
cxl
9cd8196aca ide: PDB pretty std::string support
git-svn-id: svn://ultimatepp.org/upp/trunk@13720 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-11-28 09:09:39 +00:00
cxl
a95c03f59f ide: PDB raw flag
git-svn-id: svn://ultimatepp.org/upp/trunk@13709 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-11-23 10:12:45 +00:00
cxl
047e0811e9 ide: PDB debugger BiVector/BiArray support
git-svn-id: svn://ultimatepp.org/upp/trunk@13708 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-11-23 09:52:37 +00:00
cxl
642be584d5 ide: PDB debugger U++ pretty displaying
git-svn-id: svn://ultimatepp.org/upp/trunk@13706 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-11-22 09:15:05 +00:00
cxl
6a0d6031c6 ide: DDUMPs
git-svn-id: svn://ultimatepp.org/upp/trunk@13702 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-11-19 16:07:03 +00:00
cxl
6703a5f390 ide: developing PDB pretty printers
git-svn-id: svn://ultimatepp.org/upp/trunk@13701 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-11-19 15:26:51 +00:00
cxl
182d76c976 ide: PDB debugger refactoring
git-svn-id: svn://ultimatepp.org/upp/trunk@13698 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-11-16 18:57:20 +00:00
cxl
64412b7db3 PDB debugger pretty printing
git-svn-id: svn://ultimatepp.org/upp/trunk@13695 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-11-15 16:13:08 +00:00
cxl
0720b9fc3f ide: Pdb debugger pointers improved
git-svn-id: svn://ultimatepp.org/upp/trunk@13694 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-11-14 10:23:52 +00:00
cxl
5e7a84b5d6 ide: debugger next / prev frame buttons improved
git-svn-id: svn://ultimatepp.org/upp/trunk@13562 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-08-29 08:42:09 +00:00
cxl
f84d9bc4e3 ide: Debugger now has arrow buttons to change frame without dropping the list
git-svn-id: svn://ultimatepp.org/upp/trunk@13499 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-07-18 21:19:05 +00:00
cxl
dded858d2f ide: Improved exception handling in debuggers
git-svn-id: svn://ultimatepp.org/upp/trunk@12771 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-02-19 10:07:17 +00:00
cxl
c5b22617f9 ide: Another attempt at fixing debugger termination (thanks Koldo)
git-svn-id: svn://ultimatepp.org/upp/trunk@12687 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-01-20 15:44:05 +00:00
cxl
90ac9a03aa PDB debugger improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@11856 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-03-21 19:48:13 +00:00
cxl
7c84b26541 ide: Pdb: Fixed memory pane issue in win64 debugging
git-svn-id: svn://ultimatepp.org/upp/trunk@10004 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-07-03 15:49:18 +00:00
cxl
531e8cdeb1 Win32 includes now lower-case
git-svn-id: svn://ultimatepp.org/upp/trunk@9858 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-05-21 11:39:26 +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
13533438ec ide: Fixed PDB debugger
git-svn-id: svn://ultimatepp.org/upp/trunk@9216 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-11-23 08:51:08 +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
eb35938506 ide: fixed to compile with GCC
git-svn-id: svn://ultimatepp.org/upp/trunk@9091 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-27 11:21:37 +00:00
cxl
2ba9b84cb5 pdb improvements #1306
git-svn-id: svn://ultimatepp.org/upp/trunk@9088 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-27 06:06:31 +00:00
cxl
480ff2baff pdb: Fixed visualise issues #1306, CtrlLib: fixed multirrot TreeCtrl flag init
git-svn-id: svn://ultimatepp.org/upp/trunk@9087 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-26 20:12:37 +00:00
cxl
cc66d93e8a ide: PDB debugger now prints Nulls
git-svn-id: svn://ultimatepp.org/upp/trunk@7684 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-09-13 20:47:12 +00:00
cxl
3084bdadb2 ide: Fixed Debugger GCC compilation
git-svn-id: svn://ultimatepp.org/upp/trunk@7623 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-08-30 09:23:15 +00:00
cxl
0f1fd16fd2 ide: PDB improvements/fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@7616 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-08-29 07:40:39 +00:00
cxl
c1070d4377 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@7611 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-08-27 07:06:33 +00:00
cxl
96cd242bdf ide: PDB fixed for WinXP
git-svn-id: svn://ultimatepp.org/upp/trunk@7609 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-08-26 13:12:12 +00:00
cxl
efdd51b714 ide: Pdb debugger cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@7594 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-08-19 21:12:04 +00:00
cxl
70942acead ide: PDB debugger conditional breakpoints
git-svn-id: svn://ultimatepp.org/upp/trunk@7593 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-08-19 19:38:53 +00:00