📄 changelog
字号:
2000-09-28 Jesper Skov <jskov@redhat.com> * common/eCosTestSerialFilter.cpp (CMD_TestBinary): Reset counter for each test so the failure data is the same from two different runs of the test.2000-09-15 Jesper Skov <jskov@redhat.com> * common/ser_filter.cpp (main): Don't require ResourceServer. * common/Makefile.am: Added ser_filter handling. * common/Makefile.in: Ditto. * common/configure: Ditto. * common/configure.in: Ditto. * common/eCosTest.cpp: Fix typo.2000-08-16 Jonathan Larmour <jlarmour@redhat.co.uk> * common/ser_filter.cpp (main): Clean up warning2000-08-08 Jonathan Larmour <jlarmour@redhat.co.uk> * common/eCosTestSerialFilter.h: Update flow_cfg_t values for correct target settings2000-08-01 Jonathan Larmour <jlarmour@redhat.co.uk> * common/eCosTestSerialFilter.cpp (PrintHex): Print out more printable chars (SetConfig): Support flow control (ParseConfig): Support target setting of flow control (CMD_TestBinary): Don't output XON/XOFF. Output 255 chars not 256 to make buffer problems more obvious. * common/eCosTestDownloadFilter.h: Allow SET_VALUE to set optional args * common/eCosTestSerialFilter.h: Allow SET_VALUE to set optional args Also add flow_cfg_t type and flags member in ser_cfg_t for flow control2000-07-24 Jonathan Larmour <jlarmour@redhat.co.uk> * common/eCosTestSerialFilter.cpp (FilterFunctionProper): Store output for tracing up so it is output a packet at a time. As well as clarifying the output, it is required when sending to GDB to prevent the trace 'O' packets in the middle of target packets. (CMD_TestBinary): Delay to allow target to read in checksum. This prevents overruns before finishing reading the checksum masking the real cause of the problem. (CeCosTestSerialFilter): Initialise stored trace buffer members * common/eCosTestSerialFilter.h: Add trace buffer members for above to CeCosTestSerialFilter2000-06-19 John Dallaway <jld@redhat.com> * unix/Makefile: Link with -lposix4 under Solaris for sched_yield().2000-06-16 Jonathan Larmour <jlarmour@redhat.co.uk> * common/eCosTestDownloadFilter.cpp: Remove RCS id tags * common/eCosTestMonitorFilter.cpp: Ditto * common/eCosTestSerialFilter.cpp: Ditto2000-06-15 John Dallaway <jld@redhat.com> * common/eCosTest.cpp: Modify CeCosTest construvtor to use GetEnvironmentVariable() rather than _tgetenv() under Win32. For some unknown reason, _tgetenv() is not returning the correct version of PATH. * common/eCosTestPlatform.cpp: Modify SaveToRegistry() to save all test platform attributes.2000-05-03 Bart Veer <bartv@redhat.com> * common/permtest.cxx (find_ptest): Do a little bit of searching for the permutation file. Catch errors and give a diagnostic, rather than aborting because of an uncaught C++ exception.2000-04-14 Simon FitzMaurice <sdf@redhat.co.uk> * common\ResetAttributes.cpp : do not carry forward values for skipped fields in reset strings * common\eCosTest.cpp : Avoid overflow in socket timeouts 2000-04-13 Jesper Skov <jskov@redhat.com> * unix/Makefile: add randfile2000-04-13 Jesper Skov <jskov@redhat.com> * common/eCosTestDownloadFilter.cpp: Cast Write arguments to void*.2000-04-13 Simon FitzMaurice <sdf@redhat.co.uk> * common\ResetAttributes.cpp common\eCosTest.cpp common\eCosTestClient.cpp Ensure socket timeout matches on_off/off_on delay for reset Correct parsing of eCosTestClient delay args. Use remote resource to determine baud rate for default download timeout.2000-04-13 Simon FitzMaurice <sdf@redhat.co.uk> * common\ResetAttributes.cpp common\eCosTest.cpp common\eCosTest.h common\eCosTestClient.cpp common\eCosTestServer.cpp common\eCosTestUtils.cpp common\rgdb.cpp common\summlog.cpp common\x10reset.cpp win32\eCosTest.dsp Tidy up reset output. Police use of -f and -r switches more accurately. Set default timeout in all cases.2000-04-11 Simon FitzMaurice <sdf@redhat.co.uk> * common\ResetAttributes.cpp common\ResetAttributes.h common\ResourceServer.cpp common\TestResource.cpp common\TestResource.h common\X10.h common\X10d.cpp common\eCosTest.cpp common\eCosTest.h common\eCosTestClient.cpp common\eCosTestDownloadFilter.cpp common\eCosTestDownloadFilter.h common\eCosTestMonitorFilter.cpp common\eCosTestMonitorFilter.h common\eCosTestSerialFilter.cpp common\eCosTestSerialFilter.h common\eCosTestServer.cpp common\eCosTestUtils.cpp common\eCosTestUtils.h common\resetall.cpp common\rgdb.cpp common\ser_filter.cpp common\stat.cpp common\summlog.cpp common\x10reset.cpp unix\Makefile win32\eCosTest.dsp win32\Amplicon\AmpliconD.cpp General tidy-up.2000-04-10 Bart Veer <bartv@redhat.com> * common/permtest.cxx (main): Add diagnostics callbacks to database initialization.2000-03-20 John Dallaway <jld@cygnus.co.uk> * win32/eCosTest.dsp: Add common/eCosTestMonitorFilter.h and common/eCosTestMonitorFilter.cpp to the project.2000-03-16 Jesper Skov <jskov@redhat.com> * common/eCosTestMonitorFilter.h: * common/eCosTestMonitorFilter.cpp: * common/ser_filter.cpp: * unix/Makefile (common_sources): Added monitor filter and new -m option to ser_filter. This allows simple monitoring of the traffic between host and target.2000-03-15 John Dallaway <jld@cygnus.co.uk> * common/eCosTest.cpp: Modify RunGdb() to sleep 500ms if there is no message.2000-03-13 Simon FitzMaurice <sdf@redhat.co.uk> * common\ResourceServer.cpp common\TestResource.cpp common\eCosTest.cpp common\eCosTestClient.cpp common\eCosTestSerial.cpp common\eCosTestSerial.h common\eCosTestSocket.cpp common\eCosTestSocket.h common\eCosTestUtils.cpp common\randfile.cpp common\rgdb.cpp common\ser_filter.cpp Mark UNIX sections of code as such. Correct behavior of eCosTestClient when give directory as argument. A couple of allocations -> stack for simplicity.2000-03-10 Simon FitzMaurice <sdf@redhat.co.uk> * common\ResetAttributes.cpp common\ResourceServer.cpp common\X10.cpp common\TestResource.cpp common\TestResource.h common\X10d.cpp common\eCosTest.cpp common\eCosTest.h common\eCosTestDownloadFilter.cpp common\eCosTestSerial.cpp common\eCosTestServer.cpp common\eCosTestSocket.cpp common\rgdb.cpp common\ser_filter.cpp common\x10reset.cpp unix\Makefile win32\eCosTest.dsp win32\Amplicon\AmpliconD.cpp Move CeCosTrace class to its own file Increase Time type to 64 bits to avoid signedness problems Remove priority latch functionality * common\eCosTestUtils.cpp common\eCosTestUtils.h Make CommandLine() UNICODE-compliant * common\summlog.cpp Remove hack designed to cater for incorrectly terminated output lines * win32\SingleCPU.cpp Provide ability to run on named processor * common\eCosTestClient.cpp Improve recognition of non-executable files on UNIX2000-03-09 Simon FitzMaurice <sdf@redhat.co.uk> * win32\SingleCPU.cpp Avoid a performance problem with bash which, when left to its own devices, is slow on multi-processor machines.2000-03-09 John Dallaway <jld@cygnus.co.uk> * common/eCosTest.cpp, common/eCosTest.h: Use 'REMOTE_SIM' as the platform type identifier for remote simulators.2000-03-09 Bart Veer <bartv@redhat.com> * common/permtest.cxx (main): Add an explicit call to resolve_all_conflicts(), although I am not yet sure under what circumstances this would be necessary.2000-03-08 Simon FitzMaurice <sdf@redhat.co.uk> * common\eCosTestClient.cpp Correct logic error - - allow multiple threads only when non-local2000-03-08 Bart Veer <bartv@redhat.com> * common/configure.in (cyg_ac_infra_libdir): Fix typo detected by Solaris build2000-03-08 Simon FitzMaurice <sdf@redhat.co.uk> * common\summlog.cpp Eliminate compiler warnings on UNIX.2000-03-08 Simon FitzMaurice <sdf@redhat.co.uk> * common\eCosTestClient.cpp Prevent locally running clients loading from resource server.2000-03-08 Simon FitzMaurice <sdf@redhat.co.uk> * common\eCosTest.cpp common\summlog.cpp Ensure that gdb output is terminated by a newline and that summlog initializes target list correctly.2000-03-08 Simon FitzMaurice <sdf@redhat.co.uk> * common\ResetAttributes.cpp common\X10d.cpp common\eCosTest.cpp common\eCosTestClient.cpp win32\Amplicon\AmpliconD.cpp Add name argument to RunThread calls for debugging. Do not allow wait for SuckTheadfunc in reset to time out - thread already has a timeout * win32\eCosTest.dsw : Adapt to new location of cdl.dsp * common\summlog.cpp : ensure eCosTest::Init() and Term() are called2000-03-08 Simon FitzMaurice <sdf@redhat.co.uk> * common\ResetAttributes.cpp common\ResourceServer.cpp common\X10d.cpp common\eCosTest.cpp common\eCosTest.h common\eCosTestClient.cpp common\eCosTestServer.cpp common\eCosTestUtils.cpp common\eCosTestUtils.h common\resetall.cpp common\rgdb.cpp common\ser_filter.cpp common\stat.cpp common\summlog.cpp common\x10reset.cpp win32\Amplicon\AmpliconD.cpp Eliminate GarbageCollector class in favor of CeCosTest::Init() and CeCosTest::Term() Fix UNICODE problems in eCosTestUtils2000-03-08 Bart Veer <bartv@redhat.com> * common/permtest.cxx (process_startup): Look for CYGHWR_HAL_STARTUP as well as CYG_HAL_STARTUP2000-03-08 John Dallaway <jld@cygnus.co.uk> * win32/eCosTest.dsw: Use relocated cdl project file.2000-03-07 Bart Veer <bartv@redhat.com> * common/permtest.cxx (process_startup): If a target does not have a CYG_HAL_STARTUP option, ignore any attempts to set the startup.2000-03-07 Simon FitzMaurice <sdf@redhat.co.uk> * common\ResetAttributes.cpp common\ResetAttributes.h common\ResourceServer.cpp common\TestResource.cpp common\TestResource.h common\X10.cpp common\X10d.cpp common\eCosTest.cpp common\eCosTest.h common\eCosTestClient.cpp common\eCosTestDownloadFilter.cpp common\eCosTestDownloadFilter.h common\eCosTestSerial.cpp common\eCosTestSerial.h common\eCosTestSerialFilter.cpp common\eCosTestSerialFilter.h common\eCosTestServer.cpp common\eCosTestSocket.cpp common\eCosTestSocket.h common\eCosTestUtils.cpp common\eCosTestUtils.h common\resetall.cpp common\rgdb.cpp common\ser_filter.cpp common\stat.cpp common\summlog.cpp common\x10reset.cpp win32\eCosTest.dsw win32\Amplicon\AmpliconD.cpp Use std::vector directly instead of StringArray, PtrArray Introduce common command-line processing to CeCosTestUtils Tidy output and trace functions and move to CeCosTrace2000-03-03 Simon FitzMaurice <sdf@redhat.co.uk> * common\TestResource.h common\eCosTest.cpp common\eCosTest.h Adjust for UNIX compiler requirements.2000-03-03 Simon FitzMaurice <sdf@redhat.co.uk> * common\ResetAttributes.cpp common\TestResource.cpp common\X10d.cpp common\eCosTest.cpp common\eCosTest.h common\eCosTestClient.cpp common\eCosTestUtils.cpp common\eCosTestUtils.h unix\Makefile win32\eCosTest.dsp win32\Amplicon\AmpliconD.cpp Thread-related code extracted to new class CeCosThreadUtils2000-03-03 Simon FitzMaurice <sdf@redhat.co.uk> * common\TestResource.cpp common\TestResource.h common\eCosTest.cpp Eliminate memory leaks. Allow resources to be properly reused for benefit of Resource Tool.2000-03-02 Simon FitzMaurice <sdf@redhat.co.uk> * common\ResetAttributes.cpp common\ResetAttributes.h common\ResourceServer.cpp common\TestResource.cpp common\TestResource.h common\X10.cpp common\X10d.cpp common\eCosTest.cpp common\eCosTest.h common\eCosTestClient.cpp common\eCosTestDownloadFilter.cpp common\eCosTestDownloadFilter.h common\eCosTestSerial.cpp common\eCosTestSerial.h common\eCosTestSerialFilter.cpp common\eCosTestSerialFilter.h common\eCosTestServer.cpp common\eCosTestSocket.cpp common\eCosTestSocket.h common\eCosTestUtils.cpp common\eCosTestUtils.h common\resetall.cpp common\rgdb.cpp common\ser_filter.cpp common\stat.cpp common\stdafx.cpp common\stop.cpp common\summlog.cpp common\x10reset.cpp unix\Makefile win32\eCosTest.dsp win32\Amplicon\AmpliconD.cpp Introduce flexible reset scheme. Migrate more classes to Utils from eCosTest. Introduce collections.h for String, StringArray etc... Use common CSubprocess class implementation.2000-02-29 Simon FitzMaurice <sdf@redhat.co.uk> * common\ResetAttributes.cpp : Ensure it compiles on unix2000-02-29 Simon FitzMaurice <sdf@redhat.co.uk> * common\ResetAttributes.cpp : correct typo * win32\eCosTest.dsw : add testtool 2000-02-29 Simon FitzMaurice <sdf@redhat.co.uk> * common\ResetAttributes.cpp common\ResetAttributes.h common\ResourceServer.cpp common\TestResource.cpp common\TestResource.h common\X10d.cpp common\eCosTest.cpp common\eCosTest.h common\eCosTestClient.cpp common\eCosTestSerial.cpp common\eCosTestSerial.h common\eCosTestSerialFilter.cpp common\eCosTestServer.cpp common\eCosTestSocket.cpp common\eCosTestSocket.h common\eCosTestStd.h common\eCosTestUtils.cpp common\eCosTestUtils.h common\resetall.cpp common\rgdb.cpp common\stat.cpp common\summlog.cpp common\wcharunix.h common\x10reset.cpp win32\subprocess.cpp win32\subprocess.h win32\Amplicon\AmpliconD.cpp Change to flexible reset scheme. CeCosTestUtils::String -> String, CeCosTestUtils::StringArray -> StringArray2000-02-28 John Dallaway <jld@cygnus.co.uk> * common\eCosTest.cpp: Modify LocalThreadFunc() to call the sa2sim-run script for COYSIM executables.2000-02-25 Simon FitzMaurice <sdf@redhat.co.uk> * common\ResetAttributes.cpp common\ResetAttributes.h common\ResourceServer.cpp common\TestResource.cpp common\x10reset.cpp Use ResetAttributes properties to serialize TestResource.2000-02-25 Simon FitzMaurice <sdf@redhat.co.uk> * common\ResetAttributes.cpp common\ResetAttributes.h common\TestResource.cpp common\X10.cpp common\X10d.cpp common\eCosTestClient.cpp common\eCosTestServer.cpp common\x10reset.cpp win32\Amplicon\AmpliconD.cpp Reset control string verification fully server-side
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -