11 lines
		
	
	
		
			624 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			624 B
		
	
	
	
		
			Plaintext
		
	
	
	
| # UNSUPPORTED: system-windows
 | |
| #
 | |
| # RUN: %clang_host -g -O0 %S/Inputs/main.c -o %t.out
 | |
| # RUN: %lldb -b -o 'help breakpoint set' -o 'breakpoint set -f main.c -l 2 -u 21' %t.out | FileCheck %s --check-prefix HELP --check-prefix CHECK
 | |
| # RUN: %lldb -b -o 'help _regexp-break' -o 'b main.c:2:21' %t.out | FileCheck %s --check-prefix HELP-REGEX --check-prefix CHECK
 | |
| # HELP: -u <column> ( --column <column> )
 | |
| # HELP: Specifies the column number on which to set this breakpoint.
 | |
| # HELP-REGEX: _regexp-break <filename>:<linenum>:<colnum>
 | |
| # HELP-REGEX: main.c:12:21{{.*}}Break at line 12 and column 21 of main.c
 | |
| # CHECK: at main.c:2:21
 |