Fork of Tangara with customizations
				
			 
			
		 
		
		
		
		
		
		
			選択できるのは25トピックまでです。
			トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
		
		
		
		
		
			
	
	
		
	
		
			
				
				
					
						
						
						
							 | 
							
							# Copyright 2023 jacqueline <me@jacqueline.id.au>
 | 
						
						
						
						
							 | 
							
							#
 | 
						
						
						
						
							 | 
							
							# SPDX-License-Identifier: CC0-1.0
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							target extended-remote :3333
 | 
						
						
						
						
							 | 
							
							set remote hardware-watchpoint-limit 2
 | 
						
						
						
						
							 | 
							
							mon reset halt
 | 
						
						
						
						
							 | 
							
							flushregs
 | 
						
						
						
						
							 | 
							
							thb app_main
 | 
						
						
						
						
							 | 
							
							c
 | 
						
						
						
						
							 | 
							
							
 |