Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 158286 Details for
Bug 280631
[debug view][cdi] Thread list in Debug view not updated with non-Linux target
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
CLIEventProcessor.java.patch
CLIEventProcessor.java.patch (text/plain), 1.22 KB, created by
Peter Saunders
on 2010-02-05 04:59:19 EST
(
hide
)
Description:
CLIEventProcessor.java.patch
Filename:
MIME Type:
Creator:
Peter Saunders
Created:
2010-02-05 04:59:19 EST
Size:
1.22 KB
patch
obsolete
>Index: src/org/eclipse/cdt/dsf/mi/service/command/CLIEventProcessor.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/mi/service/command/CLIEventProcessor.java,v >retrieving revision 1.2 >diff -u -r1.2 CLIEventProcessor.java >--- src/org/eclipse/cdt/dsf/mi/service/command/CLIEventProcessor.java 28 Feb 2009 16:05:41 -0000 1.2 >+++ src/org/eclipse/cdt/dsf/mi/service/command/CLIEventProcessor.java 5 Feb 2010 09:30:42 -0000 >@@ -111,8 +111,8 @@ > // Process Events of type DsfMIConsoleStreamOutput here > MIConsoleStreamOutput exec = (MIConsoleStreamOutput) oobr; > >- // Look for events with Pattern ^[New Thread 1077300144 (LWP 7973) >- Pattern pattern = Pattern.compile("(^\\[New Thread.*LWP\\s*)(\\d*)", Pattern.MULTILINE); //$NON-NLS-1$ >+ // Look for events with Pattern ^[New Thread ... ] >+ Pattern pattern = Pattern.compile("(^\\[New Thread.*\\])", Pattern.MULTILINE); //$NON-NLS-1$ > Matcher matcher = pattern.matcher(exec.getCString()); > if (matcher.find()) { > String threadId = Integer.toString(++fLastThreadId);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
cdtdoug
:
iplog+
Actions:
View
|
Diff
Attachments on
bug 280631
: 158286 |
165669
|
165681
|
165683
|
165785
|
165918