Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Collapse)AuthorFilesLines
2015-05-11Bug 464919: Set REQUESTED_* fields to initial valuesJonah Graham1-1/+18
When creating BP with dialog, make sure it starts out as not-relocated. Change-Id: Ia5b703315ce4a6ea55bac584097b255f08b19b17 Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
2015-05-05Incremented CDT feature version to 8.7.0Marc Khouzam22-28/+28
Change-Id: Ife0feaaa9263d2b7797e31d628250bd26caff1b5 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-04-22Bug 464636 - Move CMainTab from o.e.cdt.dsf.gdb toMarc Khouzam3-3/+32
o.e.cdt.launch.CMainTab2 Change-Id: I5f0cf6d03858e78d95da5356dad36930ed4877b2 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-04-20Bug 464918: Fix broken externalized stringsJonah Graham3-2/+3
Change-Id: I7e1aad4553b7c370618f80d3fd611649bed9b819 Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
2015-03-25Remove unnecessary @SuppressWarningsMarc Khouzam4-4/+4
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-03-25Remove unnecessary @SuppressWarningsMarc Khouzam2-4/+0
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-03-25Remove unnecessary @SuppressWarningsMarc Khouzam3-5/+0
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-03-25Remove warnings caused by change to getAdaptable()Marc Khouzam79-140/+140
getAdaptable() in 4.5 M6 has changed to use generics, making casting its result no longer necessary. Change-Id: Idd943216a925576bb72c784b2c5a2a4b8e8b00d2 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-02-11Remove unnecessary .api_filtersMarc Khouzam2-69/+0
Note that memory/org.eclipse.cdt.debug.ui.memory.traditional/.settings/.api_filters needs to be kept because: 1- it removes warnings about implementing provisional APIs 2- that plugin sets warnings as errors, so warnings are not allowed Change-Id: Id4bcc9cd78c4c6678ef749cfe276e5a9945efa1e Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-02-06Extract test VM args to common property base.test.vmargsMarc-Andre Laperle1-1/+1
This makes it easier to change arguments for all tests. As a side-effect, all tests now enable assertion (-ea) and have the same max heap size, etc. Change-Id: I0965d40ba3283efe7eacdf927f6c302ee0ab30f0 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2015-02-05Update description of Standalone Debugger SDKMarc Khouzam2-2/+2
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-01-30Add build flag (-DskipDoc) to be able to skip building documentationMarc-Andre Laperle1-30/+46
Building documentation can take several minutes and is often not necessary. I suggest that we leave it on by default so that people building locally still get a full, consistent build of CDT but that it should be possible to skip it on demand. My build time went from 4:14s to 1:45s (without running tests). Change-Id: Ic7c4535f3faf82080534d39ccbe6f452d8b52317 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2015-01-29o.e.cdt.debug.application should export its packagesMarc-Andre Laperle1-0/+2
Change-Id: Ifeb5f78d776eca939187738180434000b0b2f8b2 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2015-01-29Bug 458066 - cannot specify pid to Standalone DebuggerJeff Johnston7-16/+51
- allow pid to be specified following -a option for Standalone debugger - if pid is specified, use it to set the ATTR_ATTACH_PROCESS_ID setting for the launch configuration - setting the pid will cause the process dialog not to appear and the debugger will attempt to debug the given process - an invalid pid will result in in the dialog being opened - the pid is not used with the -r option and is ignored - updated the README file and docs Change-Id: I5a1d39f97285ad41dcb986dfb4692f9d808bafeb
2015-01-22Initial Standalone debugger SWTBot testJeff Johnston17-0/+705
- includes a launch configuration for launching directly from an Eclipse session Change-Id: I238e72894b739f827dd6efba3acef9d304771f0d
2015-01-19Bug 214398: Implement Load Symbols and Load Symbols for All Alena Laskavaia4-50/+152
- switched default ui from actions to commands - for DSF implemented this in DSF GDB - for CDI implemented command wrappers - created new API to support loading symbols in IModules service (IModules2) Change-Id: Id44f42fa9f0f3d7f22ff7dda07c0830262667d9c
2015-01-09Cosmetics.Sergey Prigogin3-31/+1
2015-01-07Incremented CDT feature version to 8.6.0.Sergey Prigogin21-27/+27
Change-Id: Ic90c8e6a68d21e5b90ec3fac997da6a95a29bedf Signed-off-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> Reviewed-on: https://git.eclipse.org/r/39066 Tested-by: Hudson CI
2014-12-23Revert "Bug 451929 - Leverage p2 ability to express native packages"Doug Schaefer1-2/+0
This is breaking downstream builds. This reverts commit 18e6101a53d99969f9dff1fdbc95debb18983390. Change-Id: I5dd2ee129518757866ab832c683b648d13b07b83 Reviewed-on: https://git.eclipse.org/r/38594 Tested-by: Hudson CI Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
2014-12-16Bug 451929 - Leverage p2 ability to express native packagesPascal Rapicault1-0/+2
Change-Id: I0d2d4b5088a0148d3f0dc7690448fe231ae45103 Signed-off-by: Pascal Rapicault <pascal@rapicorp.com> Reviewed-on: https://git.eclipse.org/r/38272 Reviewed-by: Doug Schaefer <dschaefer@qnx.com> Tested-by: Doug Schaefer <dschaefer@qnx.com>
2014-12-16Update to new CDT LogoMarc Khouzam1-0/+0
Change-Id: Iac76b204027efa01c8f848050a36d05022ecdf86 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/38363 Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2014-12-11Bug 439631 - [dynamic printf] Backslashes in the file name should be escapedAnton Leherbauer1-5/+15
The default dprintf string on windows contains backslashes which cause unexpected results when printed.
2014-12-09Bug 235747: [registers] Allow user to edit the register groups.Alvaro Sanchez-Leon21-396/+909
Bug 235747: Move register group actions to the command framework. Change-Id: Ife5aefc1a1609309724db01d92a35750e25def24 Signed-off-by: Alvaro Sanchez-Leon <alvsan09@gmail.com> Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/13980 Tested-by: Hudson CI
2014-11-28Bug 450080 - Add option for remote launch to stand-alone debuggerMarc Khouzam15-19/+671
Change-Id: Ifcbfd598d90305ac24bddf96893d4170201858c9 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/36700 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-11-25Cosmetics.Sergey Prigogin2-4/+8
2014-11-20Setting preferences for standalone debugger plugin.Marc Khouzam3-24/+82
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-11-14fixed NPE in DebugStringVariableSubstitutor when var cannot be resolvedAlena Laskavaia1-0/+2
Change-Id: I5fe8f640e6dbf1673d32d6dec14aa2f9190a71de Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com> Reviewed-on: https://git.eclipse.org/r/36405 Tested-by: Hudson CI Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-11-13Replace hard-code launch types with their constants.Marc Khouzam3-6/+3
Change-Id: I05f25d4429c110c07a000328cfc64646a17a059b Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-11-13Cleanup commented printoutsMarc Khouzam12-117/+3
Change-Id: I2c0850456401cde432b3489f334614e06e27d58c Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/36270
2014-11-04Bug 446013 - Improvements to CDT launch configurations context helpIulia Vasii1-12/+18
Link "C/C++ Application", "C/C++ Remote Application" and "GDB Hardware Debugging" launch configurations tab groups to existing "C/C++ Development User Guide" documentation. Change-Id: I8220fe14ab22f14167ee2026c4a1f93b3cc7cd3e Signed-off-by: Iulia Vasii <IuliaMadalina.Vasii@freescale.com> Reviewed-on: https://git.eclipse.org/r/34433 Reviewed-by: Teodor Madan <teodor.madan@freescale.com> Tested-by: Teodor Madan <teodor.madan@freescale.com>
2014-10-29Bug 449224 - Fix for NLS'd plugin andMarc Khouzam1-1/+2
provider names Change-Id: I27bf6d3ce062359e7eea47b728e5254578d8decb Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-10-14Bug 445375 : Watchpoints cannot be disabled for targets that do notTeodor Madan6-15/+120
support it - add canPerformAction abstract method in base object action delegate class - add CToggleWatchpointActionDelegate that would also trigger interactive triggering of watchpoints vs non-interactive. - Check in each method & watchpoint delegates if IToggleBreakpointsTarget does support the action - Do not create duplicate watchpoints/breakpoints when toggling them interactively Change-Id: Idb1baaf171173b2d824a7cc50c8fe65e613f81aa Signed-off-by: Teodor Madan <teodor.madan@freescale.com> Reviewed-on: https://git.eclipse.org/r/34061 Tested-by: Hudson CI
2014-10-07Fix standalone feature names in their .project files.Jeff Johnston2-2/+2
Change-Id: I0602133925319f06de9b7139d698d88ca284cc3d Reviewed-on: https://git.eclipse.org/r/34505 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-09-30Bug 445357 Fix breakpoint set on external filesTeodor Madan1-20/+44
- In case IDeclaration has no underlining resource, get resource from editor utility support, in the same way as toggle by line Change-Id: Ic0de58e9f8c1e671911b56f131b01937d8b982fd Signed-off-by: Teodor Madan <teodor.madan@freescale.com> Reviewed-on: https://git.eclipse.org/r/34050 Tested-by: Hudson CI Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com> Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-09-26Bug 444736 - Importing a subset of exported breakpoints often logs exceptionsAnton Leherbauer3-17/+32
This fixes also Bug 413787 - Occasional "Breakpoint does not have an associated marker" in the log
2014-09-25Bug 444395 - Must synchronize creation of bp extensionMarc Khouzam1-38/+45
It is possible that more than one thread try to fetch the extension of the same breakpoint. If that extension is not created yet, both threads could end up creating two different ones by mistake. We must synchronize the possible creation of the breakpoint extension to avoid such a situation. Change-Id: I51118bdfb9c4215fca14d7b5e18a5963e02cde34 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/33620 Tested-by: Hudson CI
2014-09-22Bug 355165 - Cannot insert breakpoint when org.eclipse.cdt.debug.ui is not ↵Marc-Andre Laperle1-1/+3
running Change-Id: I6b4be0afb35ae94e6bd6d957e94f65e5f3cc2559 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/33626 Reviewed-by: Alvaro Sanchez-Leon <alvsan09@gmail.com> Tested-by: Hudson CI Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-08-28Add missing arg for jacoco in in tests. Update jacoco.Marc-Andre Laperle1-1/+1
Jacoco arguments are missing when executing certain tests. This happens when argLine is being overriden. We had the same problem in Linux Tools. We solved it by prepending the argLine with ${tycho.testArgLine}. This should help improving the Code coverage metric in Sonar. Also update the jacoco version to fix a bug when building with Java 8. Change-Id: I7f73f40488efc01fc7d643940c1ac0d5950c900d Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/32507 Tested-by: Hudson CI Reviewed-by: Alvaro Sanchez-Leon <alvsan09@gmail.com>
2014-08-22Bug 441713 - [visualizer] Make pinning of multicore visualizer viewMarc Dumais2-1/+4
possible Change-Id: Ie47c21c35dc85d4efd34f273f8f0a51d4e82d16a Reviewed-on: https://git.eclipse.org/r/31898 Reviewed-by: Marc Dumais <marc.dumais@ericsson.com> Tested-by: Marc Dumais <marc.dumais@ericsson.com>
2014-08-14Bug 436095 - [visualizer] Make cloning of visualizer view possibleMarc Dumais1-2/+2
Change-Id: Ic77a218c513c7066a3f7300bb76aa85359ce0852 Reviewed-on: https://git.eclipse.org/r/28807 Reviewed-by: Marc Dumais <marc.dumais@ericsson.com> Tested-by: Marc Dumais <marc.dumais@ericsson.com>
2014-07-29Bug 439830 - Standalone debugger launch script can fail when 'source'Marc Khouzam1-4/+4
plugins present Change-Id: I011313c9afe6e4a1d4d5db6a386928149f4b4add Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/30076 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-07-29Update README for standalone debugger to match recent changes.Marc Khouzam1-13/+5
Change-Id: I45c1c184c2b79b9bb463b6217fdbf6104e0c5abd Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/30659 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-07-29Improve Standalone Debugger scriptsMarc Khouzam2-44/+43
- Fix indentation - Call install.sh from cdtdebug.sh if installation needed. This should help the user realize they can run the script outside if the eclipse installation directory after the first time. - Use a subshell to run pwd to avoid having to actually change directory. - Tag the line that needs to be modified with a marker to make it future-proof. - Use find instead of ls which is easier to parse. - Allow to run install.sh without doing a cd to its location - Allow to run original cdtdebug.sh without doing a cd to its location Change-Id: I3f63dcf8a307784b0c38a286e645ea962ce62dc4 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/29834 Tested-by: Hudson CI
2014-07-25Minor edits to Stand-alone debugger docs.Jeff Johnston1-14/+14
Change-Id: I8cda245f8bc34b21e3088de561442982b86f05ef Reviewed-on: https://git.eclipse.org/r/30540 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-07-24Update pom.xml of features for which version was changed to 8.5Marc Khouzam2-2/+2
Change-Id: I6c4e258ac7d86a3df7a064614fa80430219d5561 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-07-24Update remaining feature versions to 8.5Marc Khouzam2-2/+2
Change-Id: I2f81d61650070353ec86159cfa215d58a0dd2c40 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-07-22Increment parent pom versionMarc Khouzam2-2/+2
Change-Id: Icd9b413ce754a83f43ee56976bc52ee3edb9b3f5 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-07-22Inremented branding plugin version to 8.5Sergey Prigogin9-9/+9
2014-07-22Inremented feature version to 8.5.Sergey Prigogin8-12/+12
2014-07-11Bug 437065 - Import executable wizard will not warn user that there'sIulia Vasii6-9/+56
already such file in existing project Change-Id: Id75e97943f6f5a82bd1e731fd4e64a89eeb54fbf Signed-off-by: Iulia Vasii <IuliaMadalina.Vasii@freescale.com> Reviewed-on: https://git.eclipse.org/r/28344 Tested-by: Hudson CI Reviewed-by: Teodor Madan <teodor.madan@freescale.com> Tested-by: Teodor Madan <teodor.madan@freescale.com>

Back to the top