From: Russell Browne (russ_at_amc.com)
Date: Tue Oct 03 2000 - 18:02:15 BST
I'm not sure what you mean by `UPS does not "create_thread" since "it is not compiled with -g option."' You should be able to place a breakpoint at the entry to create_thread() by entering "%b create_thread" in the typing line, or by clicking on "Breakpoints" in the display area then on the "Add new" button that appears. You can't display the source to create_thread() or step through it because it is not compiled with -g and you don't have the source anyway. When the process does stop at the breakpoint in create_thread(), UPS should show the source for the first function in the call stack that is compiled with -g, usually the caller of create_thread(). Russ Browne Applied MicroSystems Corp. > > I "striped" the library > > but now UPS does not "create_thread" since > > "it is not compiled with -g option" > > -- > Moshe Harel > SW engineer > Voice Systems Division, Com21 > P.O Box 45138 > Jerusalem 91450 > Israel > > Tel : +972 2 541 1540 > Fax: +972 2 586 7590 > Mobile: +972 52 638450 > E-mail: mosheh_at_com21.com
This archive was generated by hypermail 2.1.4 : Wed Feb 13 2002 - 21:57:01 GMT