Skip to content
Snippets Groups Projects
  1. Nov 13, 2024
  2. Jul 08, 2024
  3. Mar 25, 2024
  4. Mar 14, 2024
  5. Dec 19, 2023
  6. Aug 16, 2023
  7. Aug 04, 2023
  8. Jul 17, 2023
    • Marc Ernst's avatar
      TCF Debugger: Fix sources not shown initially in disassembly · fd064228
      Marc Ernst authored
      Main change:
       - Applies to: org.eclipse.tcf/plugins/org.eclipse.tcf.cdt.ui/src/org/eclipse/tcf/internal/cdt/ui/disassembly/TCFDisassemblyBackend.java
       - Call doPending to finish any pending tasks like setting the sources
      
      Impacts:
       - Fix disasm viewer sets update source pending after receiving is done
      fd064228
  9. Jul 12, 2023
    • Marc Ernst's avatar
      TCF Debugger: Add pointer addr to array value of expression · 92b78f8c
      Marc Ernst authored
      Main change:
       - Applies to: org.eclipse.tcf/plugins/org.eclipse.tcf.debug.ui/src/org/eclipse/tcf/internal/debug/ui/model/TCFNodeExpression.java
       - Adds pointer addr if expression type is pointer and it points to array or composite
      
      Impacts:
       - Expressions pointing to array or composite
      
      Useful for:
       - Users want to see the pointer addr in addition to the raw value
      92b78f8c
  10. Jun 26, 2023
    • Lisa-Marie Saru's avatar
      TCF Debugger: Add custom sort for TCFNodeModule objects · 78bf56ed
      Lisa-Marie Saru authored
      Main change:
       - Applies to: org.eclipse.tcf/plugins/org.eclipse.tcf.debug.ui/src/org/eclipse/tcf/internal/debug/ui/model/TCFNodeModule.java
       - Add custom sorting for TCFNodeModule objects by allowing of setting the sort position attribute.
       - Add flag for default sorting
      
      Impacts:
       - Applies to: org.eclipse.tcf/plugins/org.eclipse.tcf.debug.ui/src/org/eclipse/tcf/internal/debug/ui/model/TCFChildrenModules.java
       - Solution (implemented):
         - check if default sorting flag is enabled and proceed with current implementation
         - else, use sorting position established by client
         - flag checking needed so the sorting position will not be overwritten
      
      Useful for:
       - Sort Modules view nodes based on different criteria
      78bf56ed
  11. Mar 31, 2023
  12. Oct 27, 2022
    • Karim Mreisi's avatar
      TCF Debugger: add switch to disable proxies · f258af85
      Karim Mreisi authored
      The most TCF users don't want to add a proxy exception for every target
      they are using.
      
      This change adds a overall switch to ignore the use of proxy settings
      while opening a TCP Channel.
      
      By default the behaviour does not change.
      f258af85
  13. Oct 06, 2022
  14. Apr 18, 2022
  15. Mar 09, 2022
  16. Jan 26, 2022
  17. Dec 18, 2021
  18. Nov 29, 2021
  19. Oct 05, 2021
  20. Sep 30, 2021
  21. Aug 27, 2021
  22. Jul 27, 2021
  23. Jul 19, 2021
  24. Jul 13, 2021
  25. Jul 12, 2021
  26. Jun 17, 2021
  27. May 25, 2021
  28. May 20, 2021
  29. May 11, 2021
  30. Apr 29, 2021
  31. Apr 23, 2021
  32. Mar 30, 2021
Loading