Martin
8ca43789be
LeakView: Fix resolve. Outdated use of ImageBase, which is now RelocationOffset
2024-02-28 22:23:33 +01:00
Martin
b7313df57d
LeakInfo: update for new FpDebug MemModel
2024-01-14 19:29:14 +01:00
Martin
0c96c0e3a5
IDE, Leaks and Traces: fix crash, if fileformat is unknown
2023-06-06 18:22:59 +02:00
juha
b53ad7ceed
Components: Reduce calls to UpperCase() and LowerCase(). Improves performance.
...
git-svn-id: trunk@64506 -
2021-02-08 19:09:30 +00:00
martin
a43e155cdb
FpDebug, Debuggers, IDE: Make MemManager easier to access. (via Controller and Instance)
...
git-svn-id: trunk@63358 -
2020-06-16 13:42:42 +00:00
martin
2ec08f8a9c
FpDebug: rename TDbgInfo.FindSympol into FindProcSymbol
...
git-svn-id: trunk@61936 -
2019-09-28 19:08:13 +00:00
martin
3d1601903e
LeakView: fix/improve pasting address only traces
...
git-svn-id: trunk@61856 -
2019-09-10 22:54:39 +00:00
martin
5a7c9f1487
FpDebug: Refactor class names for TFpDbgValue and TFpDbgSymbol descendants.
...
git-svn-id: trunk@61722 -
2019-08-18 13:43:45 +00:00
martin
01fb06cf22
LeakView: fix various parsing issues
...
git-svn-id: trunk@61711 -
2019-08-16 22:04:24 +00:00
martin
b5f20a389f
LeakView: Use FpDebug to resolve traces without lines
...
git-svn-id: trunk@61105 -
2019-05-02 01:05:07 +00:00
mattias
ad2827a4e5
IDE: fixed checking type of compiler (fpc/pas2js), fixed quoting compiler filename, improved error handling
...
git-svn-id: trunk@60535 -
2019-02-28 16:18:36 +00:00
martin
98a8b2459d
leakview: constants for input from external tools (fpc/gdb traces) are not dependent on the IDE language. Should not be resource strings. Issue #0027908
...
git-svn-id: trunk@58544 -
2018-07-16 12:33:00 +00:00
martin
337f670bcb
LeakView: valgrind parser / clean up
...
git-svn-id: trunk@58386 -
2018-06-23 11:13:13 +00:00
martin
4adec356bf
LeakView: mem leak
...
git-svn-id: trunk@58385 -
2018-06-23 10:33:09 +00:00
martin
d69dbdadfb
LeakView: valgrind parser
...
git-svn-id: trunk@58384 -
2018-06-22 23:35:56 +00:00
martin
d84738e020
LeakView: added valgrind parser
...
git-svn-id: trunk@58360 -
2018-06-20 19:59:02 +00:00
martin
c9775c281e
LeakView: added valgrind parser
...
git-svn-id: trunk@58359 -
2018-06-20 19:54:31 +00:00
martin
3a6d590c02
LeakView: accept lldb traces
...
git-svn-id: trunk@58341 -
2018-06-19 18:14:32 +00:00
juha
08c9621520
Change order of used units so that "deprecated" warnings are not triggered.
...
git-svn-id: trunk@49612 -
2015-08-07 17:20:40 +00:00
mattias
38ef373a80
leakview: clean up
...
git-svn-id: trunk@45948 -
2014-07-20 21:46:30 +00:00
maxim
6ece18cb3f
Components, LazUtils and LeakView: fixed typos in comments
...
git-svn-id: trunk@45908 -
2014-07-18 00:09:34 +00:00
mattias
b0b5163778
IDE: fpc msg parser: darwin linker reference error
...
git-svn-id: trunk@45383 -
2014-06-07 19:37:21 +00:00
mattias
f7122cf0ea
leakview: parse gdb line #decimal hex in mangledidentifier
...
git-svn-id: trunk@44998 -
2014-05-10 23:27:55 +00:00
mattias
fc63515eb0
leakview: simplified and comment
...
git-svn-id: trunk@44996 -
2014-05-10 15:51:32 +00:00
mattias
e4002b5b2f
leakview: fixed typo
...
git-svn-id: trunk@44964 -
2014-05-07 13:17:46 +00:00
martin
491e2ff05e
LeakView: fix last line in trace. To not join with next header line
...
git-svn-id: trunk@44608 -
2014-04-05 16:37:14 +00:00
martin
7e70fbf99b
LeakView: sample data
...
git-svn-id: trunk@44195 -
2014-02-21 03:49:21 +00:00
martin
0075003c2a
LeakView: deal with wrapped lines
...
git-svn-id: trunk@44194 -
2014-02-21 03:03:12 +00:00
martin
0b52036343
LeakView: handle gdb lines mangled by mantis
...
git-svn-id: trunk@44192 -
2014-02-21 02:28:47 +00:00
martin
516b93242b
LeakView: parse gdb trace
...
git-svn-id: trunk@44190 -
2014-02-21 01:01:31 +00:00
martin
56a5db7ce2
LeakView: Fix 1st line of trace without header
...
git-svn-id: trunk@44189 -
2014-02-21 00:31:56 +00:00
martin
8cc06e0b18
clean up hint
...
git-svn-id: trunk@41885 -
2013-06-25 09:32:45 +00:00
martin
4bdc01ca57
LeakView: Find addresses from exe (Resolve)
...
git-svn-id: trunk@37438 -
2012-05-27 22:57:22 +00:00
martin
6065637900
LeakView: Find repeated addresses, and complete line info from previous entry
...
git-svn-id: trunk@37434 -
2012-05-27 12:15:51 +00:00
dmitry
8c5e3652bc
leakview: a small fix for correct parsing of leaked block size
...
git-svn-id: trunk@25725 -
2010-05-28 06:59:01 +00:00
maxim
3d74da12bf
LeakView:
...
1) localized LeakView. Patch from Marcelo B Paula. Part of bug #16540 .
2) Added LeakView translations: Portuguese (from Marcelo B Paula) and Russian.
3) Removed LRS file.
git-svn-id: trunk@25594 -
2010-05-24 00:05:01 +00:00
martin
e8b06b861f
LeakView: Auto open tree-node, if only one trace exists
...
LeakView: Recognize traces even without header-text
git-svn-id: trunk@24585 -
2010-04-11 18:31:23 +00:00
martin
48c1748e02
LeakView: Allow paste from clipboard; Allow parsing exception trace too
...
git-svn-id: trunk@24014 -
2010-03-15 17:46:15 +00:00
dmitry
fa76b5032d
leakview: added a summary (bug #14756 )
...
git-svn-id: trunk@22685 -
2009-11-19 21:31:39 +00:00
mattias
320d8e2a6c
leakview: imporved error handling from dmitry
...
git-svn-id: trunk@17658 -
2008-12-02 11:14:12 +00:00
vincents
fb3c068b0d
components: added leakview ide plugin to show heaptrc logs in the IDE from skalogryyz (issue #12513 )
...
git-svn-id: trunk@17192 -
2008-11-03 11:04:29 +00:00