mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-09 10:05:24 +02:00
Update patterns.dat files to be the same on both server and client
This commit is contained in:
parent
6ab5025b7c
commit
6aafbf3c64
2 changed files with 55 additions and 39 deletions
|
@ -1,3 +1,18 @@
|
||||||
|
################################################################################
|
||||||
|
# Copyright (c) 2006 IBM Corporation. All rights reserved.
|
||||||
|
# This program and the accompanying materials are made available under the terms
|
||||||
|
# of the Eclipse Public License v1.0 which accompanies this distribution, and is
|
||||||
|
# available at http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
#
|
||||||
|
# Initial Contributors:
|
||||||
|
# The following IBM employees contributed to the Remote System Explorer
|
||||||
|
# component that contains this file: David McKnight, Kushal Munir,
|
||||||
|
# Michael Berger, David Dykstal, Phil Coulthard, Don Yantzi, Eric Simpson,
|
||||||
|
# Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
|
||||||
|
#
|
||||||
|
# Contributors:
|
||||||
|
# Martin Oberhuber (Wind River) - Adapted from RSE services.local/patterns.dat
|
||||||
|
################################################################################
|
||||||
#
|
#
|
||||||
# parse command line output.
|
# parse command line output.
|
||||||
#
|
#
|
||||||
|
|
|
@ -83,6 +83,8 @@ command: gcc\s.*
|
||||||
informational file line pattern=\"([\w,.,/,\\,\-,\+,(,)]*)\", line (\d*)\.\d*: \d*-\d* \(I\).*
|
informational file line pattern=\"([\w,.,/,\\,\-,\+,(,)]*)\", line (\d*)\.\d*: \d*-\d* \(I\).*
|
||||||
warning file line pattern =([\w,.,/,\\,\-,\+,(,)]*):(\d*): warning: .*
|
warning file line pattern =([\w,.,/,\\,\-,\+,(,)]*):(\d*): warning: .*
|
||||||
warning file line pattern =([\w,.,/,\\,\-,\+,(,)]*):(\d*):\d*: warning: .*
|
warning file line pattern =([\w,.,/,\\,\-,\+,(,)]*):(\d*):\d*: warning: .*
|
||||||
|
error file line pattern =([\w,\.,/,\\,\-,\+,(,)]*):(\d*): error: .*
|
||||||
|
error file line pattern =([\w,.,/,\\,\-,\+,(,)]*):(\d*):\d*: [\w,.,/,\\,\-,\+,(,)]*: .*
|
||||||
error file line pattern =([\w,.,/,\\,\-,\+,(,)]*):(\d*):.*
|
error file line pattern =([\w,.,/,\\,\-,\+,(,)]*):(\d*):.*
|
||||||
informational file pattern =([\w,.,/,\\,\-,\+,(,)]*):.*
|
informational file pattern =([\w,.,/,\\,\-,\+,(,)]*):.*
|
||||||
informational file line pattern =In file included from ([\w,.,/,\\,\-,\+,(,)]*):(\d*):
|
informational file line pattern =In file included from ([\w,.,/,\\,\-,\+,(,)]*):(\d*):
|
||||||
|
@ -146,9 +148,6 @@ command: find .*
|
||||||
file file pattern=([\w,.,/,\\,(,),\-]+)
|
file file pattern=([\w,.,/,\\,(,),\-]+)
|
||||||
|
|
||||||
command: env
|
command: env
|
||||||
pathenvvar file pattern=PATH\=(.*)
|
|
||||||
libpathenvvar file pattern=LIBPATH\=(.*)
|
|
||||||
libpathenvvar file pattern=LIB\=(.*)
|
|
||||||
envvar pattern=[\w\d]+\=.*
|
envvar pattern=[\w\d]+\=.*
|
||||||
|
|
||||||
command: ps
|
command: ps
|
||||||
|
@ -279,3 +278,5 @@ command: ./configure.*
|
||||||
#
|
#
|
||||||
# space:
|
# space:
|
||||||
# The space character
|
# The space character
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue