nm for .exe extensions?

2016-05-24 Thread Benjamin Cao
Hi, I am working with a customer on using the nm command in Cygwin for Windows. The customer wants to be able to generate a symbol table on *.exe files similar to what nm does on unix platforms. The executable, when run with nm in Cygwin, results in a "no symbols" result, whereas it generates a

Show Symbol Table for OMF (.obj)?

2016-05-16 Thread Benjamin Cao
Hi, I am curious to know if there is a command that will display a symbol table for *.obj files. It seems as if commands such as "nm" or "objdump" do not do this. I get "File format not recognized". If there is a way to get it to work with nm or objdump, I am all ears. Or if there is a differe

RE: CTRL-C not working in sh login mode?

2015-11-16 Thread Benjamin Cao
-Original Message- From: Benjamin Cao Sent: Friday, November 13, 2015 3:46 PM To: 'cygwin@cygwin.com' Subject: CTRL-C not working in sh login mode? Hi, We invoke a shell using a *.bat file doing sh --login. We have discovered that when wanting to kill a long running process

CTRL-C not working in sh login mode?

2015-11-13 Thread Benjamin Cao
Hi, We invoke a shell using a *.bat file doing sh --login. We have discovered that when wanting to kill a long running process with CTRL-C, it does not work. Is this expected behavior? I've found that to be the same even if I am doing bash --login -i in my *.bat file. Any guidance would be g

ps and procps for Windows Processes

2015-10-09 Thread Benjamin Cao
Hi, I am aware that the ps command allows you to see Windows processes using the "-W" option. My problem is that I need to be able to use the "-o" option on a Windows process, to get vsz information as the format. I know procps makes this possible, minus the allowing of seeing Windows process

RE: Cygwin Shell Fails to Start when Enabling High Address

2015-07-29 Thread Benjamin Cao
: Wednesday, July 29, 2015 7:49 AM To: cygwin@cygwin.com Subject: Re: Cygwin Shell Fails to Start when Enabling High Address On Jul 28 17:26, Benjamin Cao wrote: > Corinna, > > When I start Cygwin, with the AllocationPreference registry enable for > VirtualAlloc, the shell immediate close

RE: Cygwin Shell Fails to Start when Enabling High Address

2015-07-28 Thread Benjamin Cao
f Corinna Vinschen Sent: Monday, July 27, 2015 4:15 PM To: cygwin@cygwin.com Subject: Re: Cygwin Shell Fails to Start when Enabling High Address On Jul 27 18:41, Benjamin Cao wrote: > Hi, > > We are revisiting our issue with running Cygwin by enabling the > AllocationPreference registry

RE: Cygwin Shell Fails to Start when Enabling High Address

2015-07-27 Thread Benjamin Cao
:34 PM To: cygwin@cygwin.com Subject: Re: Cygwin Shell Fails to Start when Enabling High Address Hi Benjamin, On Feb 24 19:58, Benjamin Cao wrote: > Hi, > > I had to enable high address for some machines for testing. I set the > AllocationPreference registry key to be 0X10. Cygw

msbuild not being found

2015-07-16 Thread Benjamin Cao
Hi, I am seeing an issue when I run msbuild where I will get "msbuild: command not found". I will then run "which msbuild", where it will then tell me "no msbuild in...". The path to msbuild is within PATH, so it should be able to find it. I did a check to make sure that msbuild does exist in t

Cygwin Shell Fails to Start when Enabling High Address

2015-02-24 Thread Benjamin Cao
Hi, I had to enable high address for some machines for testing. I set the AllocationPreference registry key to be 0X10. To start by Cygwin shell, I have a script that does this: @echo off set CYGWIN="nodosfilewarning" sh --login The error I will get when trying to start the shell is this: